CVE & CISA-KEV Catalog

CVE-2025-23150

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one error in do_split Syzkaller detected a use-after-free issue in ext4_insert_dentry that was caused by out-of-bounds access due to incorrect splitting in do_split. BUG: KASAN: use-after-free in ext4_insert_dentry+0x36a/0x6d0 fs/ext4/namei.c:2109 Write of size 251 at addr ffff888074572f14 by task syz-executor335/5847 CPU: 0 UID: 0 PID: 5847 Comm: syz-executor335 Not tainted 6.12.0-rc6-syzkaller-00318-ga9cda7c0ffed #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/30/2024 Call Trace: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x241/0x360 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:377 [inline] print_report+0x169/0x550 mm/kasan/report.c:488 kasan_report+0x143/0x180 mm/kasan/report.c:601 kasan_check_range+0x282/0x290 mm/kasan/generic.c:189 __asan_memcpy+0x40/0x70 mm/kasan/shadow.c:106 ext4_insert_dentry+0x36a/0x6d0 fs/ext4/namei.c:2109 add_dirent_to_buf+0x3d9/0x750 fs/ext4/namei.c:2154 make_indexed_dir+0xf98/0x1600 fs/ext4/namei.c:2351 ext4_add_entry+0x222a/0x25d0 fs/ext4/namei.c:2455 ext4_add_nondir+0x8d/0x290 fs/ext4/namei.c:2796 ext4_symlink+0x920/0xb50 fs/ext4/namei.c:3431 vfs_symlink+0x137/0x2e0 fs/namei.c:4615 do_symlinkat+0x222/0x3a0 fs/namei.c:4641 __do_sys_symlink fs/namei.c:4662 [inline] __se_sys_symlink fs/namei.c:4660 [inline] __x64_sys_symlink+0x7a/0x90 fs/namei.c:4660 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f </TASK> The following loop is located right above 'if' statement. for (i = count-1; i >= 0; i--) { /* is more than half of this entry in 2nd half of the block? */ if (size + map[i].size/2 > blocksize/2) break; size += map[i].size; move++; } 'i' in this case could go down to -1, in which case sum of active entries wouldn't exceed half the block size, but previous behaviour would also do split in half if sum would exceed at the very last block, which in case of having too many long name files in a single block could lead to out-of-bounds access and following use-after-free. Found by Linux Verification Center (linuxtesting.org) with Syzkaller.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.237-1CVE-2025-23150
Fixed in:6.1.135-1CVE-2025-23150
Fixed in:6.12.25-1CVE-2025-23150
Fixed in:6.12.25-1CVE-2025-23150
bpftoolRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
bpftoolRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
bpftool-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:7.3.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.0.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernelRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-64kRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-abi-whitelistsRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-bootwrapperRocky
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-bootwrapperRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debugRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-debug-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfo-common-ppc64Red Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
kernel-debuginfo-common-ppc64Rocky
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-docRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-kdumpRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdumpRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-develRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-rtRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-docRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-docRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.rt7.403.el8_10RHSA-2025:11299
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.rt14.411.el9_2RHSA-2025:11572
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-traceRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-traceRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-develRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-toolsRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
libperfRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
perfRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
perf-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
python-perfRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
python-perfRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
python-perf-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
python-perf-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
python3-perfRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-477.104.1.el8_8RHSA-2025:13061
Fixed in:0:4.18.0-305.168.1.el8_4RHSA-2025:13805
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:4.18.0-372.157.1.el8_6RHSA-2025:13776
Fixed in:0:4.18.0-553.62.1.el8_10RHSA-2025:11298
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
rtlaRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-284.126.1.el9_2RHSA-2025:11571
rvRocky
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:6.12.0-55.18.1.el10_0RHSA-2025:9348
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-427.77.1.el9_4RHSA-2025:11245
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
Fixed in:0:5.14.0-570.23.1.el9_6RHSA-2025:9302
linuxUbuntu
Fixed in:5.15.0-144.157USN-7654-1
Fixed in:6.8.0-100.100USN-8028-1
linux-awsUbuntu
Fixed in:5.15.0-1088.95USN-7654-1
Fixed in:6.8.0-1046.49USN-8028-5
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1088.95~20.04.1USN-7654-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-aws-fipsUbuntu
Fixed in:5.15.0-1088.95+fips1USN-7654-3
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-azureUbuntu
Fixed in:5.15.0-1094.103USN-7711-1
Fixed in:6.8.0-1046.52USN-8074-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1094.103~20.04.1USN-7712-2
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-azure-fipsUbuntu
Fixed in:5.15.0-1094.103+fips1USN-7712-1
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-fipsUbuntu
Fixed in:5.15.0-144.157+fips1USN-7654-3
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-gcpUbuntu
Fixed in:5.15.0-1087.96USN-7654-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1087.96~20.04.2USN-7654-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
linux-gcp-fipsUbuntu
Fixed in:5.15.0-1087.96+fips1USN-7654-3
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-gkeUbuntu
Fixed in:5.15.0-1085.91USN-7654-1
Fixed in:6.8.0-1043.48USN-8031-3
linux-gkeopUbuntu
Fixed in:5.15.0-1070.78USN-7654-1
Fixed in:6.8.0-1030.33USN-8028-5
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-144.157~20.04.1USN-7654-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-ibmUbuntu
Fixed in:5.15.0-1080.83USN-7654-1
Fixed in:6.8.0-1044.44USN-8028-8
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1080.83~20.04.1USN-7654-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
linux-image-5.15.0-1030-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1030.30USN-7654-1
linux-image-5.15.0-1030-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0-1030.30USN-7654-1
linux-image-5.15.0-1041-nvidia-tegraUbuntu
Fixed in:5.15.0-1041.41~20.04.1USN-7654-1
Fixed in:5.15.0-1041.41USN-7654-1
linux-image-5.15.0-1041-nvidia-tegra-rtUbuntu
Fixed in:5.15.0-1041.41~20.04.1USN-7654-1
Fixed in:5.15.0-1041.41USN-7654-1
linux-image-5.15.0-1052-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1052.56USN-7654-5
linux-image-5.15.0-1070-gkeopUbuntu
Fixed in:5.15.0-1070.78USN-7654-1
linux-image-5.15.0-1080-ibmUbuntu
Fixed in:5.15.0-1080.83~20.04.1USN-7654-1
Fixed in:5.15.0-1080.83USN-7654-1
linux-image-5.15.0-1081-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1081.83USN-7654-2
linux-image-5.15.0-1082-nvidiaUbuntu
Fixed in:5.15.0-1082.83USN-7654-1
linux-image-5.15.0-1082-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1082.83USN-7654-1
linux-image-5.15.0-1083-intel-iotgUbuntu
Fixed in:5.15.0-1083.89~20.04.1USN-7655-1
Fixed in:5.15.0-1083.89USN-7654-1
linux-image-5.15.0-1083-raspiUbuntu
Fixed in:5.15.0-1083.86USN-7686-1
linux-image-5.15.0-1084-kvmUbuntu
Fixed in:5.15.0-1084.89USN-7654-4
linux-image-5.15.0-1085-gkeUbuntu
Fixed in:5.15.0-1085.91USN-7654-1
linux-image-5.15.0-1085-oracleUbuntu
Fixed in:5.15.0-1085.91~20.04.3USN-7654-1
Fixed in:5.15.0-1085.91USN-7654-1
linux-image-5.15.0-1087-gcpUbuntu
Fixed in:5.15.0-1087.96~20.04.2USN-7654-1
Fixed in:5.15.0-1087.96USN-7654-1
linux-image-5.15.0-1087-gcp-fipsUbuntu
Fixed in:5.15.0-1087.96+fips1USN-7654-3
linux-image-5.15.0-1088-awsUbuntu
Fixed in:5.15.0-1088.95~20.04.1USN-7654-1
Fixed in:5.15.0-1088.95USN-7654-1
linux-image-5.15.0-1088-aws-64kUbuntu
Fixed in:5.15.0-1088.95USN-7654-1
linux-image-5.15.0-1088-aws-fipsUbuntu
Fixed in:5.15.0-1088.95+fips1USN-7654-3
linux-image-5.15.0-1088-realtimeUbuntu
Fixed in:5.15.0-1088.97USN-7654-2
linux-image-5.15.0-1094-azureUbuntu
Fixed in:5.15.0-1094.103~20.04.1USN-7712-2
Fixed in:5.15.0-1094.103USN-7711-1
linux-image-5.15.0-1094-azure-fipsUbuntu
Fixed in:5.15.0-1094.103+fips1USN-7712-1
linux-image-5.15.0-144-fipsUbuntu
Fixed in:5.15.0-144.157+fips1USN-7654-3
linux-image-5.15.0-144-genericUbuntu
Fixed in:5.15.0-144.157~20.04.1USN-7654-1
Fixed in:5.15.0-144.157USN-7654-1
linux-image-5.15.0-144-generic-64kUbuntu
Fixed in:5.15.0-144.157~20.04.1USN-7654-1
Fixed in:5.15.0-144.157USN-7654-1
linux-image-5.15.0-144-generic-lpaeUbuntu
Fixed in:5.15.0-144.157~20.04.1USN-7654-1
Fixed in:5.15.0-144.157USN-7654-1
linux-image-5.15.0-144-lowlatencyUbuntu
Fixed in:5.15.0-144.157~20.04.1USN-7654-1
Fixed in:5.15.0-144.157USN-7654-1
linux-image-5.15.0-144-lowlatency-64kUbuntu
Fixed in:5.15.0-144.157~20.04.1USN-7654-1
Fixed in:5.15.0-144.157USN-7654-1
linux-image-6.8.0-100-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-6.8.0-100-genericUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-generic-64kUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-100-lowlatency-64kUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-1023-xilinxUbuntu
Fixed in:6.8.0-1023.24USN-8052-2
linux-image-6.8.0-1030-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-6.8.0-1043-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-gke-64kUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-oracleUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1043-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1044-ibmUbuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-6.8.0-1046-awsUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-6.8.0-1046-azureUbuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-6.8.0-1046-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-6.8.0-1046-nvidiaUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1046-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1047-gcpUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-6.8.0-1047-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-6.8.0-1051-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-6.8.0-2037-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-6.8.1-1041-realtimeUbuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-awsUbuntu
Fixed in:5.15.0.1088.95~20.04.1USN-7654-1
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-aws-5.15Ubuntu
Fixed in:5.15.0.1088.95~20.04.1USN-7654-1
Fixed in:5.15.0.1088.91USN-7654-1
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-aws-64k-5.15Ubuntu
Fixed in:5.15.0.1088.91USN-7654-1
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-64k-lts-22.04Ubuntu
Fixed in:5.15.0.1088.91USN-7654-1
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-fipsUbuntu
Fixed in:5.15.0.1088.84USN-7654-3
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-fips-5.15Ubuntu
Fixed in:5.15.0.1088.84USN-7654-3
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1088.91USN-7654-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-azureUbuntu
Fixed in:5.15.0.1094.103~20.04.1USN-7712-2
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-azure-5.15Ubuntu
Fixed in:5.15.0.1094.103~20.04.1USN-7712-2
Fixed in:5.15.0.1094.92USN-7711-1
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1094.103~20.04.1USN-7712-2
linux-image-azure-fipsUbuntu
Fixed in:5.15.0.1094.79USN-7712-1
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-fips-5.15Ubuntu
Fixed in:5.15.0.1094.79USN-7712-1
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1094.92USN-7711-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-fipsUbuntu
Fixed in:5.15.0.144.84USN-7654-3
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-fips-5.15Ubuntu
Fixed in:5.15.0.144.84USN-7654-3
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-gcpUbuntu
Fixed in:5.15.0.1087.96~20.04.1USN-7654-1
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
linux-image-gcp-5.15Ubuntu
Fixed in:5.15.0.1087.96~20.04.1USN-7654-1
Fixed in:5.15.0.1087.83USN-7654-1
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-fipsUbuntu
Fixed in:5.15.0.1087.77USN-7654-3
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-fips-5.15Ubuntu
Fixed in:5.15.0.1087.77USN-7654-3
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1087.83USN-7654-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-genericUbuntu
Fixed in:5.15.0.144.141USN-7654-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-5.15Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
Fixed in:5.15.0.144.141USN-7654-1
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.144.141USN-7654-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-5.15Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
Fixed in:5.15.0.144.141USN-7654-1
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.144.141USN-7654-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-lpae-5.15Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
Fixed in:5.15.0.144.141USN-7654-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1085.84USN-7654-1
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1085.84USN-7654-1
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-64kUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-64k-6.8Ubuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gkeopUbuntu
Fixed in:5.15.0.1070.69USN-7654-1
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1070.69USN-7654-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-ibmUbuntu
Fixed in:5.15.0.1080.83~20.04.1USN-7654-1
Fixed in:5.15.0.1080.76USN-7654-1
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-5.15Ubuntu
Fixed in:5.15.0.1080.83~20.04.1USN-7654-1
Fixed in:5.15.0.1080.76USN-7654-1
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-intelUbuntu
Fixed in:5.15.0.1083.89~20.04.1USN-7655-1
linux-image-intel-iot-realtimeUbuntu
Fixed in:5.15.0.1081.85USN-7654-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-intel-iot-realtime-5.15Ubuntu
Fixed in:5.15.0.1081.85USN-7654-2
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1083.89~20.04.1USN-7655-1
Fixed in:5.15.0.1083.83USN-7654-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-intel-iotg-5.15Ubuntu
Fixed in:5.15.0.1083.89~20.04.1USN-7655-1
Fixed in:5.15.0.1083.83USN-7654-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1084.80USN-7654-4
Fixed in:6.8.0-100.100USN-8028-1
linux-image-kvm-5.15Ubuntu
Fixed in:5.15.0.1084.80USN-7654-4
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.144.130USN-7654-1
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-5.15Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
Fixed in:5.15.0.144.130USN-7654-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.144.130USN-7654-1
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-5.15Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
Fixed in:5.15.0.144.130USN-7654-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1082.82USN-7654-1
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-5.15Ubuntu
Fixed in:5.15.0.1082.82USN-7654-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1082.82USN-7654-1
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-5.15Ubuntu
Fixed in:5.15.0.1082.82USN-7654-1
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-tegraUbuntu
Fixed in:5.15.0.1041.41~20.04.1USN-7654-1
Fixed in:5.15.0.1041.41USN-7654-1
linux-image-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0.1041.41~20.04.1USN-7654-1
Fixed in:5.15.0.1041.41USN-7654-1
linux-image-nvidia-tegra-igxUbuntu
Fixed in:5.15.0.1030.32USN-7654-1
linux-image-nvidia-tegra-igx-5.15Ubuntu
Fixed in:5.15.0.1030.32USN-7654-1
linux-image-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0.1030.32USN-7654-1
linux-image-nvidia-tegra-igx-rt-5.15Ubuntu
Fixed in:5.15.0.1030.32USN-7654-1
linux-image-nvidia-tegra-rtUbuntu
Fixed in:5.15.0.1041.41~20.04.1USN-7654-1
Fixed in:5.15.0.1041.41USN-7654-1
linux-image-nvidia-tegra-rt-5.15Ubuntu
Fixed in:5.15.0.1041.41~20.04.1USN-7654-1
Fixed in:5.15.0.1041.41USN-7654-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oracleUbuntu
Fixed in:5.15.0.1085.91~20.04.3USN-7654-1
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
linux-image-oracle-5.15Ubuntu
Fixed in:5.15.0.1085.91~20.04.3USN-7654-1
Fixed in:5.15.0.1085.81USN-7654-1
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1085.81USN-7654-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-raspiUbuntu
Fixed in:5.15.0.1083.81USN-7686-1
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-5.15Ubuntu
Fixed in:5.15.0.1083.81USN-7686-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1083.81USN-7686-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-realtimeUbuntu
Fixed in:5.15.0.1088.92USN-7654-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-realtime-5.15Ubuntu
Fixed in:5.15.0.1088.92USN-7654-2
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-realtime-hwe-22.04Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
linux-image-virtualUbuntu
Fixed in:5.15.0.144.141USN-7654-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-5.15Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
Fixed in:5.15.0.144.141USN-7654-1
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.144.157~20.04.1USN-7654-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-xilinxUbuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-6.8Ubuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.15.0.1052.55USN-7654-5
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-zynqmp-5.15Ubuntu
Fixed in:5.15.0.1052.55USN-7654-5
linux-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1081.83USN-7654-2
linux-intel-iotgUbuntu
Fixed in:5.15.0-1083.89USN-7654-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1083.89~20.04.1USN-7655-1
linux-kvmUbuntu
Fixed in:5.15.0-1084.89USN-7654-4
linux-lowlatencyUbuntu
Fixed in:5.15.0-144.157USN-7654-1
Fixed in:6.8.0-100.100.1USN-8052-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-144.157~20.04.1USN-7654-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-nvidiaUbuntu
Fixed in:5.15.0-1082.83USN-7654-1
Fixed in:6.8.0-1046.49USN-8028-5
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-nvidia-tegraUbuntu
Fixed in:5.15.0-1041.41USN-7654-1
linux-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0-1041.41~20.04.1USN-7654-1
linux-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1030.30USN-7654-1
linux-oracleUbuntu
Fixed in:5.15.0-1085.91USN-7654-1
Fixed in:6.8.0-1043.44USN-8028-5
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1085.91~20.04.3USN-7654-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
linux-raspiUbuntu
Fixed in:5.15.0-1083.86USN-7686-1
Fixed in:6.8.0-1047.51USN-8028-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-realtimeUbuntu
Fixed in:5.15.0-1088.97USN-7654-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-realtime-6.8Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
linux-xilinxUbuntu
Fixed in:6.8.0-1023.24USN-8052-2
linux-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1052.56USN-7654-5

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.17%probability of exploitation in 30 days
7thpercentile

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

References

Related Vulnerabilities

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

CVESeverityCVSSEPSSExploitedFix
CVE-2021-3156High7.899%KEVFix
CVE-2003-0466Critical9.878%--
CVE-2023-44444High7.856%-Fix
CVE-2021-23017High7.753%-Fix
CVE-2023-28709High7.552%-Fix
CVE-2018-8828Critical9.831%-Fix
Embed a live status badge for CVE-2025-23150
CVE-2025-23150 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2025-23150"><img src="https://tridentstack.com/cve/badge/CVE-2025-23150.svg" alt="CVE-2025-23150"></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-11-05.