From 0d9837d4f4516358b858dacb06ea1566749e04ac Mon Sep 17 00:00:00 2001 From: zhangchangzhong Date: Tue, 18 Jul 2023 20:52:20 +0800 Subject: [PATCH] release 4.19.90-2307.4.0 --- SOURCE | 2 +- kernel.spec | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 7e24529..fc0673d 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2307.3.0 +4.19.90-2307.4.0 diff --git a/kernel.spec b/kernel.spec index 4230da5..3e1756e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2307.3.0 +%global hulkrelease 2307.4.0 %define with_patch 0 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0209 +Release: %{hulkrelease}.0210 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -809,6 +809,26 @@ fi %changelog +* Tue Jul 18 2023 Zhang Changzhong - 4.19.90-2307.4.0.0210 +- !1435 fix CVE-2023-3117 +- netfilter: nf_tables: unbind non-anonymous set if rule construction fails +- netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain +- netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE +- !1400 [openEuler-1.0-LTS] block: Try to handle busy underlying device on discard +- !1416 Fix generic/299 fail +- ext4: Add debug message to notify user space is out of free +- Revert "ext4: Stop trying writing pages if no free blocks generated" +- !1404 bpf: cpumap: Fix memory leak in cpu_map_update_elem +- bpf: cpumap: Fix memory leak in cpu_map_update_elem +- block: Try to handle busy underlying device on discard +- !1377 [sync] PR-1376: jbd2: Check 'jh->b_transaction' before remove it from checkpoint +- !1374 etmem: fix the div 0 problem in swapcache reclaim process +- !177 net:bonding:support balance-alb interface with vlan to bridge +- jbd2: Check 'jh->b_transaction' before remove it from checkpoint +- etmem: fix the div 0 problem in swapcache reclaim process +- bonding: fix reference count leak in balance-alb mode +- net:bonding:support balance-alb interface with vlan to bridge + * Wed Jul 12 2023 Zhang Changzhong - 4.19.90-2307.3.0.0209 - !1361 fix CVE-2023-1295 - io_uring: get rid of intermediate IORING_OP_CLOSE stage