release 4.19.90-2203.4.0

This commit is contained in:
Laibin Qiu 2022-03-22 14:59:54 +08:00
parent 8ceac06310
commit 6eec79d5d9
2 changed files with 15 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2203.3.0
4.19.90-2203.4.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2203.3.0
%global hulkrelease 2203.4.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0141
Release: %{hulkrelease}.0142
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -809,6 +809,18 @@ fi
%changelog
* Tue Mar 22 2022 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2203.4.0.0142
- kabi: fix kabi broken in struct fuse_in
- fuse: fix pipe buffer lifetime for direct_io
- blk-throtl: fix race in io dispatching
- ext4: Fix symlink file size not match to file content
- livepatch/core: Check klp_func before 'klp_init_object_loaded'
- irqchip/gic-phytium-2500: Fix issue that interrupts are concentrated in one cpu
- blk-mq: add exception handling when srcu->sda alloc failed
- audit: improve audit queue handling when "audit=1" on cmdline
- Revert "audit: bugfix for infinite loop when flush the hold queue"
- veth: Do not record rx queue hint in veth_xmit
* Tue Mar 15 2022 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2203.3.0.0141
- crypto: pcrypt - Fix user-after-free on module unload
- lib/iov_iter: initialize "flags" in new pipe_buffer