CVE & CISA-KEV Catalog

CVE-2024-40998

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() In the following concurrency we will access the uninitialized rs->lock: ext4_fill_super ext4_register_sysfs // sysfs registered msg_ratelimit_interval_ms // Other processes modify rs->interval to // non-zero via msg_ratelimit_interval_ms ext4_orphan_cleanup ext4_msg(sb, KERN_INFO, "Errors on filesystem, " __ext4_msg ___ratelimit(&(EXT4_SB(sb)->s_msg_ratelimit_state) if (!rs->interval) // do nothing if interval is 0 return 1; raw_spin_trylock_irqsave(&rs->lock, flags) raw_spin_trylock(lock) _raw_spin_trylock __raw_spin_trylock spin_acquire(&lock->dep_map, 0, 1, _RET_IP_) lock_acquire __lock_acquire register_lock_class assign_lock_key dump_stack(); ratelimit_state_init(&sbi->s_msg_ratelimit_state, 5 * HZ, 10); raw_spin_lock_init(&rs->lock); // init rs->lock here and get the following dump_stack: ========================================================= INFO: trying to register non-static key. The code is fine but needs lockdep annotation, or maybe you didn't initialize this object before use? turning off the locking correctness validator. CPU: 12 PID: 753 Comm: mount Tainted: G E 6.7.0-rc6-next-20231222 #504 [...] Call Trace: dump_stack_lvl+0xc5/0x170 dump_stack+0x18/0x30 register_lock_class+0x740/0x7c0 __lock_acquire+0x69/0x13a0 lock_acquire+0x120/0x450 _raw_spin_trylock+0x98/0xd0 ___ratelimit+0xf6/0x220 __ext4_msg+0x7f/0x160 [ext4] ext4_orphan_cleanup+0x665/0x740 [ext4] __ext4_fill_super+0x21ea/0x2b10 [ext4] ext4_fill_super+0x14d/0x360 [ext4] [...] ========================================================= Normally interval is 0 until s_msg_ratelimit_state is initialized, so ___ratelimit() does nothing. But registering sysfs precedes initializing rs->lock, so it is possible to change rs->interval to a non-zero value via the msg_ratelimit_interval_ms interface of sysfs while rs->lock is uninitialized, and then a call to ext4_msg triggers the problem by accessing an uninitialized rs->lock. Therefore register sysfs after all initializations are complete to avoid such problems.

How to fix

Remediation Available
linuxDebian
Fixed in:6.9.7-1CVE-2024-40998
Fixed in:6.9.7-1CVE-2024-40998
bpftoolRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:7.3.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:7.0.0-284.90.1.el9_2RHSA-2024:8613
kernelRocky
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernelRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64kRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-coreRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-develRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-coreRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debugRocky
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-develRocky
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-modulesRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-develRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-devel-matchedRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-docRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modulesRocky
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rtRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-develRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.22.1.rt7.363.el8_10RHSA-2024:7001
Fixed in:0:5.14.0-284.90.1.rt14.375.el9_2RHSA-2024:8614
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-toolsRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-libsRocky
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperfRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
perfRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
perfRed Hat / RHEL
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
perf-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
python3-perfRocky
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-372.127.1.el8_6RHSA-2024:8616
Fixed in:0:4.18.0-477.75.1.el8_8RHSA-2024:8107
Fixed in:0:4.18.0-553.22.1.el8_10RHSA-2024:7000
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rtlaRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-284.90.1.el9_2RHSA-2024:8613
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
rvRocky
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
Fixed in:0:5.14.0-427.42.1.el9_4RHSA-2024:8617
linuxUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-awsUbuntu
Fixed in:6.8.0-1015.16USN-6999-1
linux-azureUbuntu
Fixed in:6.8.0-1014.16USN-7004-1
linux-gcpUbuntu
Fixed in:6.8.0-1014.16USN-6999-1
linux-gkeUbuntu
Fixed in:6.8.0-1010.13USN-6999-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-ibmUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1010-gkeUbuntu
Fixed in:6.8.0-1010.13USN-6999-1
linux-image-6.8.0-1011-raspiUbuntu
Fixed in:6.8.0-1011.12USN-6999-2
linux-image-6.8.0-1012-ibmUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1012-oemUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1012-oracleUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1012-oracle-64kUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-6.8.0-1013-nvidiaUbuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
Fixed in:6.8.0-1013.14USN-7005-1
linux-image-6.8.0-1013-nvidia-64kUbuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
Fixed in:6.8.0-1013.14USN-7005-1
linux-image-6.8.0-1013-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-6.8.0-1013-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-6.8.0-1014-azureUbuntu
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-6.8.0-1014-azure-fdeUbuntu
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-6.8.0-1014-gcpUbuntu
Fixed in:6.8.0-1014.16USN-6999-1
linux-image-6.8.0-1015-awsUbuntu
Fixed in:6.8.0-1015.16USN-6999-1
linux-image-6.8.0-44-genericUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-6.8.0-44-generic-64kUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-6.8.0-44-lowlatencyUbuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-6.8.0-44-lowlatency-64kUbuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-6.8.0-45-genericUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-6.8.0-45-generic-64kUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-awsUbuntu
Fixed in:6.8.0-1015.16USN-6999-1
linux-image-azureUbuntu
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1014.16USN-7004-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1014.16USN-6999-1
linux-image-genericUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1010.13USN-6999-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-kvmUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-44.44.1USN-6999-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1013.13USN-7005-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1013.13USN-7005-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1011.12USN-6999-2
linux-image-virtualUbuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-45.45~22.04.1USN-7029-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-44.44USN-6999-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-44.44.1USN-6999-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-44.44.1~22.04.1USN-7008-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1013.14USN-7005-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1013.14~22.04.1USN-7005-2
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1013.14.1USN-7005-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-oracleUbuntu
Fixed in:6.8.0-1012.12USN-6999-1
linux-raspiUbuntu
Fixed in:6.8.0-1011.12USN-6999-2

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.27%probability of exploitation in 30 days
19thpercentile

Low risk: more likely to be exploited than 19% of all known CVEs.

References

Related Vulnerabilities

Other CWE-908 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2023-24941Critical9.895%-Fix
CVE-2007-1751High9.361%--
CVE-2008-0081Critical9.858%--
CVE-2020-1934Medium5.352%-Fix
CVE-2011-1255High9.342%--
Embed a live status badge for CVE-2024-40998
CVE-2024-40998 severity badge

Markdown

[![CVE-2024-40998](https://tridentstack.com/cve/badge/CVE-2024-40998.svg)](https://tridentstack.com/cve/CVE-2024-40998)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-40998"><img src="https://tridentstack.com/cve/badge/CVE-2024-40998.svg" alt="CVE-2024-40998"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-09-25.