kernel-5.14.0-552.el9
* Tue Jan 14 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-552.el9] - net: inet: do not leave a dangling sk pointer in inet_create() (CKI Backport Bot) [RHEL-72304] {CVE-2024-56601} - net: inet6: do not leave a dangling sk pointer in inet6_create() (CKI Backport Bot) [RHEL-72313] {CVE-2024-56600} - selftests/futex: Order calls to futex_lock_pi (Čestmír Kalina) [RHEL-60306] - locking/rwsem: drop redundant semicolon of down_write_nest_lock (Čestmír Kalina) [RHEL-60306] - selftests: futex: Fix 'the the' typo in comment (Čestmír Kalina) [RHEL-60306] - selftests: futex: Use variable MAKE instead of make (Čestmír Kalina) [RHEL-60306] - asm-generic: qspinlock: Indicate the use of mixed-size atomics (Čestmír Kalina) [RHEL-60306] - Documentation: Fix duplicate statement about raw_spinlock_t type (Čestmír Kalina) [RHEL-60306] - Documentation: locking: fix references (Čestmír Kalina) [RHEL-60306] - asm-generic: qrwlock: Document the spinlock fairness requirements (Čestmír Kalina) [RHEL-60306] - Documentation/locking/locktypes: Fix PREEMPT_RT _bh() description (Čestmír Kalina) [RHEL-60306] - selftests/futex: fix build for clang (Čestmír Kalina) [RHEL-60306] - docs: locking: refer to the actual existing config names (Čestmír Kalina) [RHEL-60306] - locking: Make rwsem_assert_held_write_nolockdep() build with PREEMPT_RT=y (Čestmír Kalina) [RHEL-60306] - locking: Add rwsem_assert_held() and rwsem_assert_held_write() (Čestmír Kalina) [RHEL-60306] - rtmutex: Drop rt_mutex::wait_lock before scheduling (Čestmír Kalina) [RHEL-60306] - lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT (Čestmír Kalina) [RHEL-60306] - locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node() (Čestmír Kalina) [RHEL-60306] - lockdep: Add comments for lockdep_set_no{validate,track}_class() (Čestmír Kalina) [RHEL-60306] - lockdep: lockdep_set_notrack_class() (Čestmír Kalina) [RHEL-60306] - locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers (Čestmír Kalina) [RHEL-60306] - locktorture: Add MODULE_DESCRIPTION() (Čestmír Kalina) [RHEL-60306] - selftests/futex: pass _GNU_SOURCE without a value to the compiler (Čestmír Kalina) [RHEL-60306] - selftests/futex: don't pass a const char* to asprintf(3) (Čestmír Kalina) [RHEL-60306] - selftests/futex: don't redefine .PHONY targets (all, clean) (Čestmír Kalina) [RHEL-60306] - locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h (Čestmír Kalina) [RHEL-60306] - locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending() (Čestmír Kalina) [RHEL-60306] - locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail() (Čestmír Kalina) [RHEL-60306] - locking/qspinlock: Always evaluate lockevent* non-event parameter once (Čestmír Kalina) [RHEL-60306] - locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters() (Čestmír Kalina) [RHEL-60306] - locking/percpu-rwsem: Trigger contention tracepoints only if contended (Čestmír Kalina) [RHEL-60306] - lockdep: move held_lock to lockdep_types.h (Čestmír Kalina) [RHEL-60306] - locking/seqlock: Split out seqlock_types.h (Čestmír Kalina) [RHEL-60306] - selftests: fuxex: Report a unique test name per run of futex_requeue_pi (Čestmír Kalina) [RHEL-60306] - locking/mutex: Clarify that mutex_unlock(), and most other sleeping locks, can still use the lock object after it's unlocked (Čestmír Kalina) [RHEL-60306] - locking/lockdep: Slightly reorder 'struct lock_class' to save some memory (Čestmír Kalina) [RHEL-60306] - asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation (Čestmír Kalina) [RHEL-60306] - asm-generic: ticket-lock: Optimize arch_spin_value_unlocked() (Čestmír Kalina) [RHEL-60306] - asm-generic: ticket-lock: New generic ticket-based spinlock (Čestmír Kalina) [RHEL-60306] - sched/numa: fix memory leak due to the overwritten vma->numab_state (Phil Auld) [RHEL-70120] - mm/kmemleak: fix sleeping function called from invalid context at print message (Alessandro Carminati) [RHEL-72951] - vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame (Izabela Bakollari) [RHEL-70701] - vmxnet3: support higher link speeds from vmxnet3 v9 (Izabela Bakollari) [RHEL-70701] - printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-45588] - x86/kexec: Add EFI config table identity mapping for kexec kernel (Baoquan He) [RHEL-64872] - lsm: remove LSM_COUNT and LSM_CONFIG_COUNT (Ondrej Mosnacek) [RHEL-12439] - lsm: replace indirect LSM hook calls with static calls (Ondrej Mosnacek) [RHEL-12439] - lsm: count the LSMs enabled at compile time (Ondrej Mosnacek) [RHEL-12439] - kernel: Add helper macros for loop unrolling (Ondrej Mosnacek) [RHEL-12439] - init/main.c: Initialize early LSMs after arch code, static keys and calls. (Ondrej Mosnacek) [RHEL-12439] - lsm: cleanup lsm_hooks.h (Ondrej Mosnacek) [RHEL-12439] - lsm: use default hook return value in call_int_hook() (Ondrej Mosnacek) [RHEL-12439] - lsm: fix default return value of the socket_getpeersec_*() hooks (Ondrej Mosnacek) [RHEL-12439] - lsm: fix the logic in security_inode_getsecctx() (Ondrej Mosnacek) [RHEL-12439 RHEL-16573] - lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculation (Ondrej Mosnacek) [RHEL-12439] - LSM: Maintain a table of LSM attribute data (Ondrej Mosnacek) [RHEL-12439] - LSM: Identify modules by more than name (Ondrej Mosnacek) [RHEL-12439] - lsm: fix default return value for inode_getsecctx (Ondrej Mosnacek) [RHEL-12439 RHEL-16573] - lsm: fix default return value for vm_enough_memory (Ondrej Mosnacek) [RHEL-12439] - selinux: update comment on selinux_hooks[] (Ondrej Mosnacek) [RHEL-12439] - security: Allow all LSMs to provide xattrs for inode_init_security hook (Ondrej Mosnacek) [RHEL-12439] - selinux: cleanup exit_sel_fs() declaration (Ondrej Mosnacek) [RHEL-12439] - selinux: avc: drop unused function avc_disable() (Ondrej Mosnacek) [RHEL-12439] - selinux: clean up dead code after removing runtime disable (Ondrej Mosnacek) [RHEL-12439] - security: Remove security_old_inode_init_security() (Ondrej Mosnacek) [RHEL-12439] - selinux: remove the runtime disable functionality (Ondrej Mosnacek) [RHEL-12439] - smack: Remove the redundant lsm_inode_alloc (Ondrej Mosnacek) [RHEL-12439] - mm/slub: Avoid list corruption when removing a slab from the full list (Rafael Aquini) [RHEL-72310] {CVE-2024-56566} - lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() (Benjamin Poirier) [RHEL-47128] - lib: cpu_rmap: Use allocator for rmap entries (Benjamin Poirier) [RHEL-47128] - lib: cpu_rmap: Avoid use after free on rmap->obj array entries (Benjamin Poirier) [RHEL-47128] - mm/mm_init: Fix incorrect alignment between deferred_free_pages() & deferred_free_range() (Waiman Long) [RHEL-72551] - netlink: typographical error in nlmsg_type constants definition (CKI Backport Bot) [RHEL-73152] - net: restrict SO_REUSEPORT to inet sockets (Paolo Abeni) [RHEL-73121] - net: defer final 'struct net' free in netns dismantle (Paolo Abeni) [RHEL-73121] {CVE-2024-56658} Resolves: RHEL-12439, RHEL-16573, RHEL-45588, RHEL-47128, RHEL-60306, RHEL-64872, RHEL-70120, RHEL-70701, RHEL-72304, RHEL-72310, RHEL-72313, RHEL-72551, RHEL-72951, RHEL-73121, RHEL-73152 Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
This commit is contained in:
parent
e3dd974f6a
commit
b838b10134
@ -12,7 +12,7 @@ RHEL_MINOR = 6
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 551
|
RHEL_RELEASE = 552
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
|
@ -1,3 +1,81 @@
|
|||||||
|
* Tue Jan 14 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-552.el9]
|
||||||
|
- net: inet: do not leave a dangling sk pointer in inet_create() (CKI Backport Bot) [RHEL-72304] {CVE-2024-56601}
|
||||||
|
- net: inet6: do not leave a dangling sk pointer in inet6_create() (CKI Backport Bot) [RHEL-72313] {CVE-2024-56600}
|
||||||
|
- selftests/futex: Order calls to futex_lock_pi (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/rwsem: drop redundant semicolon of down_write_nest_lock (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests: futex: Fix 'the the' typo in comment (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests: futex: Use variable MAKE instead of make (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: qspinlock: Indicate the use of mixed-size atomics (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- Documentation: Fix duplicate statement about raw_spinlock_t type (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- Documentation: locking: fix references (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: qrwlock: Document the spinlock fairness requirements (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- Documentation/locking/locktypes: Fix PREEMPT_RT _bh() description (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: fix build for clang (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- docs: locking: refer to the actual existing config names (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking: Make rwsem_assert_held_write_nolockdep() build with PREEMPT_RT=y (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking: Add rwsem_assert_held() and rwsem_assert_held_write() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- rtmutex: Drop rt_mutex::wait_lock before scheduling (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: Add comments for lockdep_set_no{validate,track}_class() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: lockdep_set_notrack_class() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locktorture: Add MODULE_DESCRIPTION() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: pass _GNU_SOURCE without a value to the compiler (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: don't pass a const char* to asprintf(3) (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: don't redefine .PHONY targets (all, clean) (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/qspinlock: Always evaluate lockevent* non-event parameter once (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/percpu-rwsem: Trigger contention tracepoints only if contended (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: move held_lock to lockdep_types.h (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/seqlock: Split out seqlock_types.h (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests: fuxex: Report a unique test name per run of futex_requeue_pi (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/mutex: Clarify that mutex_unlock(), and most other sleeping locks, can still use the lock object after it's unlocked (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/lockdep: Slightly reorder 'struct lock_class' to save some memory (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: ticket-lock: Optimize arch_spin_value_unlocked() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: ticket-lock: New generic ticket-based spinlock (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- sched/numa: fix memory leak due to the overwritten vma->numab_state (Phil Auld) [RHEL-70120]
|
||||||
|
- mm/kmemleak: fix sleeping function called from invalid context at print message (Alessandro Carminati) [RHEL-72951]
|
||||||
|
- vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame (Izabela Bakollari) [RHEL-70701]
|
||||||
|
- vmxnet3: support higher link speeds from vmxnet3 v9 (Izabela Bakollari) [RHEL-70701]
|
||||||
|
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-45588]
|
||||||
|
- x86/kexec: Add EFI config table identity mapping for kexec kernel (Baoquan He) [RHEL-64872]
|
||||||
|
- lsm: remove LSM_COUNT and LSM_CONFIG_COUNT (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: replace indirect LSM hook calls with static calls (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: count the LSMs enabled at compile time (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- kernel: Add helper macros for loop unrolling (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- init/main.c: Initialize early LSMs after arch code, static keys and calls. (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: cleanup lsm_hooks.h (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: use default hook return value in call_int_hook() (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: fix default return value of the socket_getpeersec_*() hooks (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: fix the logic in security_inode_getsecctx() (Ondrej Mosnacek) [RHEL-12439 RHEL-16573]
|
||||||
|
- lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculation (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- LSM: Maintain a table of LSM attribute data (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- LSM: Identify modules by more than name (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: fix default return value for inode_getsecctx (Ondrej Mosnacek) [RHEL-12439 RHEL-16573]
|
||||||
|
- lsm: fix default return value for vm_enough_memory (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: update comment on selinux_hooks[] (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- security: Allow all LSMs to provide xattrs for inode_init_security hook (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: cleanup exit_sel_fs() declaration (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: avc: drop unused function avc_disable() (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: clean up dead code after removing runtime disable (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- security: Remove security_old_inode_init_security() (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: remove the runtime disable functionality (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- smack: Remove the redundant lsm_inode_alloc (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- mm/slub: Avoid list corruption when removing a slab from the full list (Rafael Aquini) [RHEL-72310] {CVE-2024-56566}
|
||||||
|
- lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() (Benjamin Poirier) [RHEL-47128]
|
||||||
|
- lib: cpu_rmap: Use allocator for rmap entries (Benjamin Poirier) [RHEL-47128]
|
||||||
|
- lib: cpu_rmap: Avoid use after free on rmap->obj array entries (Benjamin Poirier) [RHEL-47128]
|
||||||
|
- mm/mm_init: Fix incorrect alignment between deferred_free_pages() & deferred_free_range() (Waiman Long) [RHEL-72551]
|
||||||
|
- netlink: typographical error in nlmsg_type constants definition (CKI Backport Bot) [RHEL-73152]
|
||||||
|
- net: restrict SO_REUSEPORT to inet sockets (Paolo Abeni) [RHEL-73121]
|
||||||
|
- net: defer final 'struct net' free in netns dismantle (Paolo Abeni) [RHEL-73121] {CVE-2024-56658}
|
||||||
|
Resolves: RHEL-12439, RHEL-16573, RHEL-45588, RHEL-47128, RHEL-60306, RHEL-64872, RHEL-70120, RHEL-70701, RHEL-72304, RHEL-72310, RHEL-72313, RHEL-72551, RHEL-72951, RHEL-73121, RHEL-73152
|
||||||
|
|
||||||
* Mon Jan 13 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-551.el9]
|
* Mon Jan 13 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-551.el9]
|
||||||
- io_uring: manually fix compilation error (Jeff Moyer) [RHEL-64867]
|
- io_uring: manually fix compilation error (Jeff Moyer) [RHEL-64867]
|
||||||
- io_uring: fix corner case forgetting to vunmap (Jeff Moyer) [RHEL-64867]
|
- io_uring: fix corner case forgetting to vunmap (Jeff Moyer) [RHEL-64867]
|
||||||
|
85
kernel.spec
85
kernel.spec
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
|||||||
# define buildid .local
|
# define buildid .local
|
||||||
%define specversion 5.14.0
|
%define specversion 5.14.0
|
||||||
%define patchversion 5.14
|
%define patchversion 5.14
|
||||||
%define pkgrelease 551
|
%define pkgrelease 552
|
||||||
%define kversion 5
|
%define kversion 5
|
||||||
%define tarfile_release 5.14.0-551.el9
|
%define tarfile_release 5.14.0-552.el9
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
# This allows pkg_release to have configurable %%{?dist} tag
|
# This allows pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 551%{?buildid}%{?dist}
|
%define specrelease 552%{?buildid}%{?dist}
|
||||||
# This defines the kabi tarball version
|
# This defines the kabi tarball version
|
||||||
%define kabiversion 5.14.0-551.el9
|
%define kabiversion 5.14.0-552.el9
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of genspec.sh variables
|
# End of genspec.sh variables
|
||||||
@ -3822,6 +3822,83 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 14 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-552.el9]
|
||||||
|
- net: inet: do not leave a dangling sk pointer in inet_create() (CKI Backport Bot) [RHEL-72304] {CVE-2024-56601}
|
||||||
|
- net: inet6: do not leave a dangling sk pointer in inet6_create() (CKI Backport Bot) [RHEL-72313] {CVE-2024-56600}
|
||||||
|
- selftests/futex: Order calls to futex_lock_pi (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/rwsem: drop redundant semicolon of down_write_nest_lock (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests: futex: Fix 'the the' typo in comment (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests: futex: Use variable MAKE instead of make (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: qspinlock: Indicate the use of mixed-size atomics (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- Documentation: Fix duplicate statement about raw_spinlock_t type (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- Documentation: locking: fix references (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: qrwlock: Document the spinlock fairness requirements (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- Documentation/locking/locktypes: Fix PREEMPT_RT _bh() description (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: fix build for clang (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- docs: locking: refer to the actual existing config names (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking: Make rwsem_assert_held_write_nolockdep() build with PREEMPT_RT=y (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking: Add rwsem_assert_held() and rwsem_assert_held_write() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- rtmutex: Drop rt_mutex::wait_lock before scheduling (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: Add comments for lockdep_set_no{validate,track}_class() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: lockdep_set_notrack_class() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locktorture: Add MODULE_DESCRIPTION() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: pass _GNU_SOURCE without a value to the compiler (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: don't pass a const char* to asprintf(3) (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests/futex: don't redefine .PHONY targets (all, clean) (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/qspinlock: Always evaluate lockevent* non-event parameter once (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/percpu-rwsem: Trigger contention tracepoints only if contended (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- lockdep: move held_lock to lockdep_types.h (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/seqlock: Split out seqlock_types.h (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- selftests: fuxex: Report a unique test name per run of futex_requeue_pi (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/mutex: Clarify that mutex_unlock(), and most other sleeping locks, can still use the lock object after it's unlocked (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- locking/lockdep: Slightly reorder 'struct lock_class' to save some memory (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: ticket-lock: Optimize arch_spin_value_unlocked() (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- asm-generic: ticket-lock: New generic ticket-based spinlock (Čestmír Kalina) [RHEL-60306]
|
||||||
|
- sched/numa: fix memory leak due to the overwritten vma->numab_state (Phil Auld) [RHEL-70120]
|
||||||
|
- mm/kmemleak: fix sleeping function called from invalid context at print message (Alessandro Carminati) [RHEL-72951]
|
||||||
|
- vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame (Izabela Bakollari) [RHEL-70701]
|
||||||
|
- vmxnet3: support higher link speeds from vmxnet3 v9 (Izabela Bakollari) [RHEL-70701]
|
||||||
|
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-45588]
|
||||||
|
- x86/kexec: Add EFI config table identity mapping for kexec kernel (Baoquan He) [RHEL-64872]
|
||||||
|
- lsm: remove LSM_COUNT and LSM_CONFIG_COUNT (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: replace indirect LSM hook calls with static calls (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: count the LSMs enabled at compile time (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- kernel: Add helper macros for loop unrolling (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- init/main.c: Initialize early LSMs after arch code, static keys and calls. (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: cleanup lsm_hooks.h (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: use default hook return value in call_int_hook() (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: fix default return value of the socket_getpeersec_*() hooks (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: fix the logic in security_inode_getsecctx() (Ondrej Mosnacek) [RHEL-12439 RHEL-16573]
|
||||||
|
- lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculation (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- LSM: Maintain a table of LSM attribute data (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- LSM: Identify modules by more than name (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- lsm: fix default return value for inode_getsecctx (Ondrej Mosnacek) [RHEL-12439 RHEL-16573]
|
||||||
|
- lsm: fix default return value for vm_enough_memory (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: update comment on selinux_hooks[] (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- security: Allow all LSMs to provide xattrs for inode_init_security hook (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: cleanup exit_sel_fs() declaration (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: avc: drop unused function avc_disable() (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: clean up dead code after removing runtime disable (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- security: Remove security_old_inode_init_security() (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- selinux: remove the runtime disable functionality (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- smack: Remove the redundant lsm_inode_alloc (Ondrej Mosnacek) [RHEL-12439]
|
||||||
|
- mm/slub: Avoid list corruption when removing a slab from the full list (Rafael Aquini) [RHEL-72310] {CVE-2024-56566}
|
||||||
|
- lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() (Benjamin Poirier) [RHEL-47128]
|
||||||
|
- lib: cpu_rmap: Use allocator for rmap entries (Benjamin Poirier) [RHEL-47128]
|
||||||
|
- lib: cpu_rmap: Avoid use after free on rmap->obj array entries (Benjamin Poirier) [RHEL-47128]
|
||||||
|
- mm/mm_init: Fix incorrect alignment between deferred_free_pages() & deferred_free_range() (Waiman Long) [RHEL-72551]
|
||||||
|
- netlink: typographical error in nlmsg_type constants definition (CKI Backport Bot) [RHEL-73152]
|
||||||
|
- net: restrict SO_REUSEPORT to inet sockets (Paolo Abeni) [RHEL-73121]
|
||||||
|
- net: defer final 'struct net' free in netns dismantle (Paolo Abeni) [RHEL-73121] {CVE-2024-56658}
|
||||||
|
|
||||||
* Mon Jan 13 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-551.el9]
|
* Mon Jan 13 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-551.el9]
|
||||||
- io_uring: manually fix compilation error (Jeff Moyer) [RHEL-64867]
|
- io_uring: manually fix compilation error (Jeff Moyer) [RHEL-64867]
|
||||||
- io_uring: fix corner case forgetting to vunmap (Jeff Moyer) [RHEL-64867]
|
- io_uring: fix corner case forgetting to vunmap (Jeff Moyer) [RHEL-64867]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-5.14.0-551.el9.tar.xz) = a78d1d4dee1d09a10866d5b3657c8f4b0014bfadf58a48c26c1e2484984a834a6fadc842f4e53f02acf9dcf1b1e1834d94de993d5475303d4c7dc7cd6914a909
|
SHA512 (linux-5.14.0-552.el9.tar.xz) = b18b3fde062dbfbec03ba0e1831b909f6e77d9a27c5987dd5724e2cf7a3d7a5a52881bdd26830cc99c7ba839bc0f08d2e9543ca8c9cc70db7b4f489af2653720
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-551.el9.tar.bz2) = 27feb6bb9633128afbe1e64603f557ca9979b88389818e196f1ed8a0a9a08c5a9409d0f6959731fe69e64f933b4dbf6c46e1ed6e8e434a72e9cbbb44d50c59fc
|
SHA512 (kernel-abi-stablelists-5.14.0-552.el9.tar.bz2) = caf8187e00118508c679b6a40104771a1e9af5c6a479c00eaf5c14ce5be5d78ac73cd81e47803816031fb80a25c0fcaa0f36eccc3961e8e37e5f68b7c802431b
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-551.el9.tar.bz2) = 3d08f838767b27b87724fed347ce3be63fce15e5eded0576121c474d14db4a6d07895b350c635e343d5522ac237dfd982d1f39b8480c4129f4eb79f6a64115cb
|
SHA512 (kernel-kabi-dw-5.14.0-552.el9.tar.bz2) = 3d08f838767b27b87724fed347ce3be63fce15e5eded0576121c474d14db4a6d07895b350c635e343d5522ac237dfd982d1f39b8480c4129f4eb79f6a64115cb
|
||||||
|
Loading…
Reference in New Issue
Block a user