!641 release 5.10.0-96.0.0

From: @zhengzengkai 
Reviewed-by: @xiexiuqi 
Signed-off-by: @xiexiuqi
This commit is contained in:
openeuler-ci-bot 2022-06-07 08:10:35 +00:00 committed by Gitee
commit 47e72dc457
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 62 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
5.10.0-95.0.0
5.10.0-96.0.0

View File

@ -10,9 +10,9 @@
%global upstream_version 5.10
%global upstream_sublevel 0
%global devel_release 95
%global devel_release 96
%global maintenance_release .0.0
%global pkg_release .47
%global pkg_release .48
%define with_debuginfo 1
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
@ -879,6 +879,65 @@ fi
%endif
%changelog
* Tue May 31 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-96.0.0.48
- net, xdp: Update pkt_type if generic XDP changes unicast MAC
- KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
- sched/psi: report zeroes for CPU full at the system level
- psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
- psi: Fix psi state corruption when schedule() races with cgroup move
- psi: Reduce calls to sched_clock() in psi
- psi: Optimize task switch inside shared cgroups
- psi: Pressure states are unlikely
- psi: Use ONCPU state tracking machinery to detect reclaim
- psi: Add PSI_CPU_FULL state
- block/psi: remove PSI annotations from direct IO
- psi: make kabi compatibility for psi in struct cgroup
- psi, tracepoint: introduce tracepoints for psi_memstall_{enter, leave}
- psi: fix wrong iteration in iterate_groups
- config: change CONFIG_DMATEST from y to m
- perf: Fix sys_perf_event_open() race against self
- blk-mq: fix kabi broken by "blk-mq: Use request queue-wide tags for tagset-wide sbitmap"
- blk-mq: fix use-after-free in blk_mq_exit_sched
- blk-mq: Use request queue-wide tags for tagset-wide sbitmap
- blk-mq: Some tag allocation code refactoring
- arm64: Add memmap reserve range check to avoid conflict
- ext4: add reserved GDT blocks check
- ax25: Fix UAF bugs in ax25 timers
- ax25: fix UAF bug in ax25_send_control()
- ax25: Fix refcount leaks caused by ax25_cb_del()
- ax25: fix UAF bugs of net_device caused by rebinding operation
- ax25: fix reference count leaks of ax25_dev
- ax25: add refcount in ax25_dev to avoid UAF bugs
- selftests: tls: skip cmsg_to_pipe tests with TLS=n
- selftests: tls: add missing AES256-GCM cipher
- selftests: tls: add missing AES-CCM cipher tests
- selftests: tls: test for correct proto_ops
- selftests: tls: test splicing decrypted records
- selftests: tls: test splicing cmsgs
- selftests: tls: add tests for handling of bad records
- selftests: tls: factor out cmsg send/receive
- selftests: tls: add helper for creating sock pairs
- selftests/tls: add SM4 GCM/CCM to tls selftests
- selftests: tls: clean up uninitialized warnings
- selftests/tls: Add {} to avoid static checker warning
- tls: Skip tls_append_frag on zero copy size
- net/tls: fix slab-out-of-bounds bug in decrypt_internal
- tls: splice_read: fix accessing pre-processed records
- net/tls: support SM4 CCM algorithm
- net/tls: support SM4 GCM/CCM algorithm
- net/tls: make sure tls offload sets salt_size
- net/tls: make inline helpers protocol-aware
- driver core: fix deadlock in __driver_attach
- driver core: fix deadlock in __device_attach
- inet: fully convert sk->sk_rx_dst to RCU rules
- Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"
- arm64: cpufeature: add HWCAP for FEAT_RPRES
- arm64: cpufeature: add HWCAP for FEAT_AFP
- arm64: Add Cortex-A510 CPU part definition
- arm64: Add Cortex-X2 CPU part definition
- arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
- arm64: cputype: Add CPU implementor & types for the Apple M1 cores
* Sat May 28 2022 Zheng Zengkai <zhengzengkai@huawei.com> - 5.10.0-95.0.0.47
- hamradio: fix macro redefine warning
- Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"