!964 release 4.19.90-2303.1.0

From: @zhang-changzhong 
Reviewed-by: @qiuuuuu, @zhengzengkai 
Signed-off-by: @zhengzengkai
This commit is contained in:
openeuler-ci-bot 2023-03-08 08:58:36 +00:00 committed by Gitee
commit e5be99400c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 17 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2302.5.0
4.19.90-2303.1.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2302.5.0
%global hulkrelease 2303.1.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0190
Release: %{hulkrelease}.0191
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -809,6 +809,20 @@ fi
%changelog
* Wed Mar 08 2023 Zhang Changzhong <zhangchangzhong@huawei.com> - 4.19.90-2303.1.0.0191
- HID: check empty report_list in hid_validate_values()
- dhugetlb: use mutex lock in update_reserve_pages()
- ntfs: fix out-of-bounds read in ntfs_attr_find()
- ntfs: fix use-after-free in ntfs_ucsncmp()
- media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
- phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node function
- netfilter: nf_tables: fix null deref due to zeroed list head
- tcp: Fix listen() regression in 5.15.88.
- tap: tap_open(): correctly initialize socket uid
- tun: tun_chr_open(): correctly initialize socket uid
- net: add sock_init_data_uid()
- rds: rds_rm_zerocopy_callback() use list_first_entry()
* Tue Feb 28 2023 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2302.5.0.0190
- !423 genirq bugfix for arm64
- genirq: Remove irqd_irq_disabled in __irq_move_irq