!709 release 4.19.90-2208.4.0

From: @qiuuuuu 
Reviewed-by: @xiexiuqi 
Signed-off-by: @xiexiuqi
This commit is contained in:
openeuler-ci-bot 2022-08-16 08:32:41 +00:00 committed by Gitee
commit ce500f9d34
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 22 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2208.2.0
4.19.90-2208.4.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2208.2.0
%global hulkrelease 2208.4.0
%define with_patch 0
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0162
Release: %{hulkrelease}.0163
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -809,6 +809,25 @@ fi
%changelog
* Mon Aug 15 2022 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2208.4.0.0163
- Revert "x86/unwind/orc: Change REG_SP_INDIRECT"
- Phytium/S2500: kdump: Avoid vmcore saving failure across multi-socket
- PCI: Add config control for phytium ACS quirks
- scsi: libiscsi: Teardown iscsi_cls_conn gracefully
- scsi: libiscsi: Add iscsi_cls_conn to sysfs after initialization
- scsi: iscsi: Add helper functions to manage iscsi_cls_conn
- media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
- sched: Fix null-ptr-deref in free_fair_sched_group
- RDMA/ib_srp: Fix a deadlock
- mm/slub: add missing TID updates on slab deactivation
- block: fix regression for dm
- blk-mq: handle bio after queue is initialized
- x86: Clear .brk area at early boot
- signal/seccomp: Dump core when there is only one live thread
- x86/unwind/orc: Recheck address range after stack info was updated
- x86/unwind/orc: Silence warnings caused by missing ORC data
- x86/unwind/orc: Change REG_SP_INDIRECT
* Tue Aug 09 2022 Laibin Qiu <qiulaibin@huawei.com> - 4.19.90-2208.2.0.0162
- netfilter: nf_queue: do not allow packet truncation below transport header offset
- openvswitch: fix OOB access in reserve_sfa_size()