release 4.19.90-2310.4.0

(cherry picked from commit affb3c5bc5ed272f499de6278f87d958f7b6c153)
This commit is contained in:
zhangchangzhong 2023-10-24 21:21:54 +08:00 committed by openeuler-sync-bot
parent 0dddfd0e9c
commit 4a7357795b
2 changed files with 15 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2310.3.0
4.19.90-2310.4.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2310.3.0
%global hulkrelease 2310.4.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0222
Release: %{hulkrelease}.0223
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -809,6 +809,18 @@ fi
%changelog
* Tue Oct 24 2023 Zhang Changzhong <zhangchangzhong@huawei.com> - 4.19.90-2310.4.0.0223
- !2334 ktask: add memory leak handling for ktask_works in ktask_init()
- !2333 ktask: add null-pointer checks for ktask_works in ktask_init()
- !2453 igb: set max size RX buffer when store bad packet is enabled
- ktask: add memory leak handling for ktask_works in ktask_init()
- ktask: add null-pointer checks for ktask_works in ktask_init()
- !2441 netfilter: xt_u32: validate user space input
- !2435 USB: ene_usb6250: Allocate enough memory for full object
- igb: set max size RX buffer when store bad packet is enabled
- netfilter: xt_u32: validate user space input
- USB: ene_usb6250: Allocate enough memory for full object
* Wed Oct 18 2023 Zhang Changzhong <zhangchangzhong@huawei.com> - 4.19.90-2310.3.0.0222
- !2466 x86/microcode/AMD: Make stub function static inline
- !2461 perf/core: Fix reentry problem in perf_output_read_group()