CVE & CISA-KEV Catalog

CVE-2025-38250

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix use-after-free in vhci_flush() syzbot reported use-after-free in vhci_flush() without repro. [0] From the splat, a thread close()d a vhci file descriptor while its device was being used by iotcl() on another thread. Once the last fd refcnt is released, vhci_release() calls hci_unregister_dev(), hci_free_dev(), and kfree() for struct vhci_data, which is set to hci_dev->dev->driver_data. The problem is that there is no synchronisation after unlinking hdev from hci_dev_list in hci_unregister_dev(). There might be another thread still accessing the hdev which was fetched before the unlink operation. We can use SRCU for such synchronisation. Let's run hci_dev_reset() under SRCU and wait for its completion in hci_unregister_dev(). Another option would be to restore hci_dev->destruct(), which was removed in commit 587ae086f6e4 ("Bluetooth: Remove unused hci-destruct cb"). However, this would not be a good solution, as we should not run hci_unregister_dev() while there are in-flight ioctl() requests, which could lead to another data-race KCSAN splat. Note that other drivers seem to have the same problem, for exmaple, virtbt_remove(). [0]: BUG: KASAN: slab-use-after-free in skb_queue_empty_lockless include/linux/skbuff.h:1891 [inline] BUG: KASAN: slab-use-after-free in skb_queue_purge_reason+0x99/0x360 net/core/skbuff.c:3937 Read of size 8 at addr ffff88807cb8d858 by task syz.1.219/6718 CPU: 1 UID: 0 PID: 6718 Comm: syz.1.219 Not tainted 6.16.0-rc1-syzkaller-00196-g08207f42d3ff #0 PREEMPT(full) Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 05/07/2025 Call Trace: <TASK> dump_stack_lvl+0x189/0x250 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:408 [inline] print_report+0xd2/0x2b0 mm/kasan/report.c:521 kasan_report+0x118/0x150 mm/kasan/report.c:634 skb_queue_empty_lockless include/linux/skbuff.h:1891 [inline] skb_queue_purge_reason+0x99/0x360 net/core/skbuff.c:3937 skb_queue_purge include/linux/skbuff.h:3368 [inline] vhci_flush+0x44/0x50 drivers/bluetooth/hci_vhci.c:69 hci_dev_do_reset net/bluetooth/hci_core.c:552 [inline] hci_dev_reset+0x420/0x5c0 net/bluetooth/hci_core.c:592 sock_do_ioctl+0xd9/0x300 net/socket.c:1190 sock_ioctl+0x576/0x790 net/socket.c:1311 vfs_ioctl fs/ioctl.c:51 [inline] __do_sys_ioctl fs/ioctl.c:907 [inline] __se_sys_ioctl+0xf9/0x170 fs/ioctl.c:893 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0xfa/0x3b0 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7fcf5b98e929 Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 a8 ff ff ff f7 d8 64 89 01 48 RSP: 002b:00007fcf5c7b9038 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 00007fcf5bbb6160 RCX: 00007fcf5b98e929 RDX: 0000000000000000 RSI: 00000000400448cb RDI: 0000000000000009 RBP: 00007fcf5ba10b39 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 R13: 0000000000000000 R14: 00007fcf5bbb6160 R15: 00007ffd6353d528 </TASK> Allocated by task 6535: kasan_save_stack mm/kasan/common.c:47 [inline] kasan_save_track+0x3e/0x80 mm/kasan/common.c:68 poison_kmalloc_redzone mm/kasan/common.c:377 [inline] __kasan_kmalloc+0x93/0xb0 mm/kasan/common.c:394 kasan_kmalloc include/linux/kasan.h:260 [inline] __kmalloc_cache_noprof+0x230/0x3d0 mm/slub.c:4359 kmalloc_noprof include/linux/slab.h:905 [inline] kzalloc_noprof include/linux/slab.h:1039 [inline] vhci_open+0x57/0x360 drivers/bluetooth/hci_vhci.c:635 misc_open+0x2bc/0x330 drivers/char/misc.c:161 chrdev_open+0x4c9/0x5e0 fs/char_dev.c:414 do_dentry_open+0xdf0/0x1970 fs/open.c:964 vfs_open+0x3b/0x340 fs/open.c:1094 do_open fs/namei.c:3887 [inline] path_openat+0x2ee5/0x3830 fs/name ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.259-1CVE-2025-38250
Fixed in:6.1.170-1CVE-2025-38250
Fixed in:6.12.37-1CVE-2025-38250
Fixed in:6.12.37-1CVE-2025-38250
bpftoolRocky
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.0.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.3.0-427.88.1.el9_4RHSA-2025:15668
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernelRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64kRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
kernel-abi-whitelistsRocky
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debugRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debug-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-docRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-rtRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-rt-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-284.136.1.rt14.421.el9_2RHSA-2025:15224
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-toolsRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
libperfRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
perfRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
perf-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
python3-perfRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.108.1.el8_8RHSA-2025:14985
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
rtlaRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-284.136.1.el9_2RHSA-2025:15227
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
rvRocky
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:6.12.0-55.28.1.el10_0RHSA-2025:14009
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-427.88.1.el9_4RHSA-2025:15668
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
Fixed in:0:5.14.0-570.35.1.el9_6RHSA-2025:13962
linuxUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-awsUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-3
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-azureUbuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-azure-6.14Ubuntu
Fixed in:6.14.0-1014.14~24.04.1USN-7834-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-azure-nvidia-6.14Ubuntu
Fixed in:6.14.0-1007.7USN-7834-1
linux-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-gcpUbuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1018.19~24.04.1USN-7833-4
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
linux-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-ibmUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
linux-image-6.14.0-1007-azure-nvidiaUbuntu
Fixed in:6.14.0-1007.7USN-7834-1
linux-image-6.14.0-1014-azureUbuntu
Fixed in:6.14.0-1014.14~24.04.1USN-7834-1
linux-image-6.14.0-1014-oemUbuntu
Fixed in:6.14.0-1014.14USN-7833-1
linux-image-6.14.0-1014-realtimeUbuntu
Fixed in:6.14.0-1014.14~24.04.1USN-7833-2
linux-image-6.14.0-1015-awsUbuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-3
linux-image-6.14.0-1015-aws-64kUbuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-3
linux-image-6.14.0-1015-oracleUbuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-1
linux-image-6.14.0-1015-oracle-64kUbuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-1
linux-image-6.14.0-1018-gcpUbuntu
Fixed in:6.14.0-1018.19~24.04.1USN-7833-4
linux-image-6.14.0-1018-gcp-64kUbuntu
Fixed in:6.14.0-1018.19~24.04.1USN-7833-4
linux-image-6.14.0-34-genericUbuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-1
linux-image-6.14.0-34-generic-64kUbuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-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:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.14.0-1015.15~24.04.1USN-7833-3
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-3
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
Fixed in:6.14.0-1015.15~24.04.1USN-7833-3
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-3
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-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.14.0-1014.14~24.04.1USN-7834-1
linux-image-azure-6.14Ubuntu
Fixed in:6.14.0-1014.14~24.04.1USN-7834-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-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-azure-nvidiaUbuntu
Fixed in:6.14.0-1007.7USN-7834-1
linux-image-azure-nvidia-6.14Ubuntu
Fixed in:6.14.0-1007.7USN-7834-1
linux-image-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-gcpUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.14.0-1018.19~24.04.1USN-7833-4
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1018.19~24.04.1USN-7833-4
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
Fixed in:6.14.0-1018.19~24.04.1USN-7833-4
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1018.19~24.04.1USN-7833-4
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:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-genericUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-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:6.8.0-100.100USN-8028-1
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-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-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
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:6.8.0-1030.33USN-8028-5
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-ibmUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
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-intel-iot-realtimeUbuntu
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-intel-iotgUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-kvmUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1USN-8052-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:6.8.0-100.100.1USN-8052-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-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
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:6.8.0-1046.49.1USN-8028-7
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-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-oem-24.04Ubuntu
Fixed in:6.14.0-1014.14USN-7833-1
linux-image-oem-24.04aUbuntu
Fixed in:6.14.0-1014.14USN-7833-1
linux-image-oem-24.04bUbuntu
Fixed in:6.14.0-1014.14USN-7833-1
linux-image-oem-24.04cUbuntu
Fixed in:6.14.0-1014.14USN-7833-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1014.14USN-7833-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.14.0-1015.15~24.04.1USN-7833-1
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-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
Fixed in:6.14.0-1015.15~24.04.1USN-7833-1
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-1
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-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1047.51USN-8028-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:6.8.1-1041.42USN-8028-3
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1014.14~24.04.1USN-7833-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-realtime-hwe-24.04Ubuntu
Fixed in:6.14.0-1014.14~24.04.1USN-7833-2
linux-image-virtualUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-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-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.14.0-34.34~24.04.1USN-7856-1
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:6.8.0.1023.24USN-8052-2
linux-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1USN-8052-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-nvidiaUbuntu
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-oem-6.14Ubuntu
Fixed in:6.14.0-1014.14USN-7833-1
linux-oracleUbuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1015.15~24.04.1USN-7833-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
linux-raspiUbuntu
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:6.8.1-1041.42USN-8028-3
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1014.14~24.04.1USN-7833-2
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

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

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.14%probability of exploitation in 30 days
4thpercentile

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

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2017-9798High7.595%-Fix
Embed a live status badge for CVE-2025-38250
CVE-2025-38250 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2025-38250"><img src="https://tridentstack.com/cve/badge/CVE-2025-38250.svg" alt="CVE-2025-38250"></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 2026-06-19.