CVE & CISA-KEV Catalog

CVE-2025-68285

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: libceph: fix potential use-after-free in have_mon_and_osd_map() The wait loop in __ceph_open_session() can race with the client receiving a new monmap or osdmap shortly after the initial map is received. Both ceph_monc_handle_map() and handle_one_map() install a new map immediately after freeing the old one kfree(monc->monmap); monc->monmap = monmap; ceph_osdmap_destroy(osdc->osdmap); osdc->osdmap = newmap; under client->monc.mutex and client->osdc.lock respectively, but because neither is taken in have_mon_and_osd_map() it's possible for client->monc.monmap->epoch and client->osdc.osdmap->epoch arms in client->monc.monmap && client->monc.monmap->epoch && client->osdc.osdmap && client->osdc.osdmap->epoch; condition to dereference an already freed map. This happens to be reproducible with generic/395 and generic/397 with KASAN enabled: BUG: KASAN: slab-use-after-free in have_mon_and_osd_map+0x56/0x70 Read of size 4 at addr ffff88811012d810 by task mount.ceph/13305 CPU: 2 UID: 0 PID: 13305 Comm: mount.ceph Not tainted 6.14.0-rc2-build2+ #1266 ... Call Trace: <TASK> have_mon_and_osd_map+0x56/0x70 ceph_open_session+0x182/0x290 ceph_get_tree+0x333/0x680 vfs_get_tree+0x49/0x180 do_new_mount+0x1a3/0x2d0 path_mount+0x6dd/0x730 do_mount+0x99/0xe0 __do_sys_mount+0x141/0x180 do_syscall_64+0x9f/0x100 entry_SYSCALL_64_after_hwframe+0x76/0x7e </TASK> Allocated by task 13305: ceph_osdmap_alloc+0x16/0x130 ceph_osdc_init+0x27a/0x4c0 ceph_create_client+0x153/0x190 create_fs_client+0x50/0x2a0 ceph_get_tree+0xff/0x680 vfs_get_tree+0x49/0x180 do_new_mount+0x1a3/0x2d0 path_mount+0x6dd/0x730 do_mount+0x99/0xe0 __do_sys_mount+0x141/0x180 do_syscall_64+0x9f/0x100 entry_SYSCALL_64_after_hwframe+0x76/0x7e Freed by task 9475: kfree+0x212/0x290 handle_one_map+0x23c/0x3b0 ceph_osdc_handle_map+0x3c9/0x590 mon_dispatch+0x655/0x6f0 ceph_con_process_message+0xc3/0xe0 ceph_con_v1_try_read+0x614/0x760 ceph_con_workfn+0x2de/0x650 process_one_work+0x486/0x7c0 process_scheduled_works+0x73/0x90 worker_thread+0x1c8/0x2a0 kthread+0x2ec/0x300 ret_from_fork+0x24/0x40 ret_from_fork_asm+0x1a/0x30 Rewrite the wait loop to check the above condition directly with client->monc.mutex and client->osdc.lock taken as appropriate. While at it, improve the timeout handling (previously mount_timeout could be exceeded in case wait_event_interruptible_timeout() slept more than once) and access client->auth_err under client->monc.mutex to match how it's set in finish_auth(). monmap_show() and osdmap_show() now take the respective lock before accessing the map as well.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.247-1CVE-2025-68285
Fixed in:6.1.159-1CVE-2025-68285
Fixed in:6.12.63-1CVE-2025-68285
Fixed in:6.17.11-1CVE-2025-68285
bpftoolRocky
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
bpftoolRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
bpftool-debuginfoRocky
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:7.0.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:7.3.0-427.106.1.el9_4RHSA-2026:0489
kernelRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernelRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-64kRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-64k-develRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-abi-whitelistsRocky
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
kernel-bootwrapperRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
kernel-bootwrapperRocky
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
kernel-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-debugRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-debug-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-debug-develRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-debuginfo-common-ppc64Rocky
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
kernel-debuginfo-common-ppc64Red Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-develRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-devel-matchedRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-docRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-kdumpRocky
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
kernel-kdumpRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
kernel-kdump-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
kernel-kdump-debuginfoRocky
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
kernel-kdump-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
kernel-kdump-develRocky
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-modulesRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
kernel-rtRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64kRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
kernel-rt-develRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-docRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-rt-docRocky
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-modulesRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.rt7.433.el8_10RHSA-2026:0443
Fixed in:0:5.14.0-70.161.1.rt21.233.el9_0RHSA-2026:0537
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.rt14.437.el9_2RHSA-2026:0534
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-rt-traceRocky
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-rt-traceRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-rt-trace-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-rt-trace-debuginfoRocky
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-rt-trace-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-rt-trace-develRocky
Fixed in:0:3.10.0-1160.145.1.rt56.1297.el7RHSA-2026:0754
kernel-toolsRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-tools-libsRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-uki-virtRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
kpatch-patch-4_18_0-372_131_1Rocky
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_131_1Red Hat / RHEL
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_131_1-debuginfoRed Hat / RHEL
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_131_1-debuginfoRocky
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_131_1-debugsourceRocky
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_131_1-debugsourceRed Hat / RHEL
Fixed in:0:1-11.el8_6RHSA-2026:2558
Fixed in:0:1-11.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_137_1Red Hat / RHEL
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_137_1Rocky
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_137_1-debuginfoRocky
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_137_1-debuginfoRed Hat / RHEL
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_137_1-debugsourceRed Hat / RHEL
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_137_1-debugsourceRocky
Fixed in:0:1-8.el8_6RHSA-2026:2558
Fixed in:0:1-8.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_145_1Red Hat / RHEL
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_145_1Rocky
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_145_1-debuginfoRed Hat / RHEL
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_145_1-debuginfoRocky
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_145_1-debugsourceRed Hat / RHEL
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_145_1-debugsourceRocky
Fixed in:0:1-6.el8_6RHSA-2026:2558
Fixed in:0:1-6.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_158_1Red Hat / RHEL
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_158_1Rocky
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_158_1-debuginfoRed Hat / RHEL
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_158_1-debuginfoRocky
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_158_1-debugsourceRocky
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_158_1-debugsourceRed Hat / RHEL
Fixed in:0:1-2.el8_6RHSA-2026:2558
Fixed in:0:1-2.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_170_1Rocky
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_170_1Red Hat / RHEL
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_170_1-debuginfoRocky
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_170_1-debuginfoRed Hat / RHEL
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_170_1-debugsourceRocky
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-372_170_1-debugsourceRed Hat / RHEL
Fixed in:0:1-1.el8_6RHSA-2026:2558
Fixed in:0:1-1.el8_6RHSA-2026:2558
kpatch-patch-4_18_0-477_107_1Rocky
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_107_1Red Hat / RHEL
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_107_1-debuginfoRocky
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_107_1-debuginfoRed Hat / RHEL
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_107_1-debugsourceRocky
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_107_1-debugsourceRed Hat / RHEL
Fixed in:0:1-2.el8_8RHSA-2026:2557
Fixed in:0:1-2.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_120_1Rocky
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_120_1Red Hat / RHEL
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_120_1-debuginfoRocky
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_120_1-debuginfoRed Hat / RHEL
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_120_1-debugsourceRed Hat / RHEL
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_120_1-debugsourceRocky
Fixed in:0:1-1.el8_8RHSA-2026:2557
Fixed in:0:1-1.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_81_1Red Hat / RHEL
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_81_1Rocky
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_81_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_81_1-debuginfoRocky
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_81_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_81_1-debugsourceRocky
Fixed in:0:1-10.el8_8RHSA-2026:2557
Fixed in:0:1-10.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_89_1Red Hat / RHEL
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_89_1Rocky
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_89_1-debuginfoRed Hat / RHEL
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_89_1-debuginfoRocky
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_89_1-debugsourceRed Hat / RHEL
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_89_1-debugsourceRocky
Fixed in:0:1-8.el8_8RHSA-2026:2557
Fixed in:0:1-8.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_97_1Rocky
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_97_1Red Hat / RHEL
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_97_1-debuginfoRocky
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_97_1-debuginfoRed Hat / RHEL
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_97_1-debugsourceRed Hat / RHEL
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-477_97_1-debugsourceRocky
Fixed in:0:1-6.el8_8RHSA-2026:2557
Fixed in:0:1-6.el8_8RHSA-2026:2557
kpatch-patch-4_18_0-553_30_1Rocky
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_30_1Red Hat / RHEL
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_30_1-debuginfoRocky
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_30_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_30_1-debugsourceRocky
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_30_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el8_10RHSA-2026:2446
Fixed in:0:1-10.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_40_1Red Hat / RHEL
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_40_1Rocky
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_40_1-debuginfoRed Hat / RHEL
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_40_1-debuginfoRocky
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_40_1-debugsourceRed Hat / RHEL
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_40_1-debugsourceRocky
Fixed in:0:1-8.el8_10RHSA-2026:2446
Fixed in:0:1-8.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_53_1Rocky
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_53_1Red Hat / RHEL
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_53_1-debuginfoRocky
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_53_1-debuginfoRed Hat / RHEL
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_53_1-debugsourceRocky
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_53_1-debugsourceRed Hat / RHEL
Fixed in:0:1-6.el8_10RHSA-2026:2446
Fixed in:0:1-6.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_72_1Rocky
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_72_1Red Hat / RHEL
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_72_1-debuginfoRocky
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_72_1-debuginfoRed Hat / RHEL
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_72_1-debugsourceRocky
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_72_1-debugsourceRed Hat / RHEL
Fixed in:0:1-3.el8_10RHSA-2026:2446
Fixed in:0:1-3.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_85_1Red Hat / RHEL
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_85_1Rocky
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_85_1-debuginfoRocky
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_85_1-debuginfoRed Hat / RHEL
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_85_1-debugsourceRocky
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
kpatch-patch-4_18_0-553_85_1-debugsourceRed Hat / RHEL
Fixed in:0:1-1.el8_10RHSA-2026:2446
Fixed in:0:1-1.el8_10RHSA-2026:2446
kpatch-patch-5_14_0-284_104_1Rocky
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_104_1Red Hat / RHEL
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_104_1-debuginfoRed Hat / RHEL
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_104_1-debuginfoRocky
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_104_1-debugsourceRed Hat / RHEL
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_104_1-debugsourceRocky
Fixed in:0:1-12.el9_2RHSA-2026:2115
Fixed in:0:1-12.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_117_1Rocky
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_117_1Red Hat / RHEL
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_117_1-debuginfoRocky
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_117_1-debuginfoRed Hat / RHEL
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_117_1-debugsourceRocky
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_117_1-debugsourceRed Hat / RHEL
Fixed in:0:1-9.el9_2RHSA-2026:2115
Fixed in:0:1-9.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_134_1Rocky
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_134_1Red Hat / RHEL
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_134_1-debuginfoRocky
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_134_1-debuginfoRed Hat / RHEL
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_134_1-debugsourceRed Hat / RHEL
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_134_1-debugsourceRocky
Fixed in:0:1-3.el9_2RHSA-2026:2115
Fixed in:0:1-3.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_148_1Red Hat / RHEL
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_148_1Rocky
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_148_1-debuginfoRocky
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_148_1-debuginfoRed Hat / RHEL
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_148_1-debugsourceRed Hat / RHEL
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_148_1-debugsourceRocky
Fixed in:0:1-1.el9_2RHSA-2026:2115
Fixed in:0:1-1.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_92_1Red Hat / RHEL
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_92_1Rocky
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_92_1-debuginfoRocky
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_92_1-debuginfoRed Hat / RHEL
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_92_1-debugsourceRed Hat / RHEL
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-284_92_1-debugsourceRocky
Fixed in:0:1-14.el9_2RHSA-2026:2115
Fixed in:0:1-14.el9_2RHSA-2026:2115
kpatch-patch-5_14_0-427_100_1Rocky
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_100_1Red Hat / RHEL
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_100_1-debuginfoRed Hat / RHEL
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_100_1-debuginfoRocky
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_100_1-debugsourceRed Hat / RHEL
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_100_1-debugsourceRocky
Fixed in:0:1-1.el9_4RHSA-2026:2109
Fixed in:0:1-1.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_44_1Red Hat / RHEL
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_44_1Rocky
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_44_1-debuginfoRed Hat / RHEL
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_44_1-debuginfoRocky
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_44_1-debugsourceRed Hat / RHEL
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_44_1-debugsourceRocky
Fixed in:0:1-13.el9_4RHSA-2026:2109
Fixed in:0:1-13.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_55_1Red Hat / RHEL
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_55_1Rocky
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_55_1-debuginfoRocky
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_55_1-debuginfoRed Hat / RHEL
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_55_1-debugsourceRed Hat / RHEL
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_55_1-debugsourceRocky
Fixed in:0:1-11.el9_4RHSA-2026:2109
Fixed in:0:1-11.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_68_2Rocky
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_68_2Red Hat / RHEL
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_68_2-debuginfoRed Hat / RHEL
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_68_2-debuginfoRocky
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_68_2-debugsourceRocky
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_68_2-debugsourceRed Hat / RHEL
Fixed in:0:1-8.el9_4RHSA-2026:2109
Fixed in:0:1-8.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_84_1Red Hat / RHEL
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_84_1Rocky
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_84_1-debuginfoRocky
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_84_1-debuginfoRed Hat / RHEL
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_84_1-debugsourceRed Hat / RHEL
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-427_84_1-debugsourceRocky
Fixed in:0:1-3.el9_4RHSA-2026:2109
Fixed in:0:1-3.el9_4RHSA-2026:2109
kpatch-patch-5_14_0-570_17_1Red Hat / RHEL
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_17_1Rocky
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_17_1-debuginfoRed Hat / RHEL
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_17_1-debuginfoRocky
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_17_1-debugsourceRocky
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_17_1-debugsourceRed Hat / RHEL
Fixed in:0:1-11.el9_6RHSA-2026:2096
Fixed in:0:1-11.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_39_1Red Hat / RHEL
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_39_1Rocky
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_39_1-debuginfoRed Hat / RHEL
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_39_1-debuginfoRocky
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_39_1-debugsourceRed Hat / RHEL
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_39_1-debugsourceRocky
Fixed in:0:1-2.el9_6RHSA-2026:2096
Fixed in:0:1-2.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_66_1Rocky
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_66_1Red Hat / RHEL
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_66_1-debuginfoRed Hat / RHEL
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_66_1-debuginfoRocky
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_66_1-debugsourceRed Hat / RHEL
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-570_66_1-debugsourceRocky
Fixed in:0:1-1.el9_6RHSA-2026:2096
Fixed in:0:1-1.el9_6RHSA-2026:2096
kpatch-patch-5_14_0-611_9_1Red Hat / RHEL
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
kpatch-patch-5_14_0-611_9_1Rocky
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
kpatch-patch-5_14_0-611_9_1-debuginfoRocky
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
kpatch-patch-5_14_0-611_9_1-debuginfoRed Hat / RHEL
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
kpatch-patch-5_14_0-611_9_1-debugsourceRed Hat / RHEL
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
kpatch-patch-5_14_0-611_9_1-debugsourceRocky
Fixed in:0:1-2.el9_7RHSA-2026:1820
Fixed in:0:1-2.el9_7RHSA-2026:1820
kpatch-patch-5_14_0-70_121_1Red Hat / RHEL
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_121_1Rocky
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_121_1-debuginfoRed Hat / RHEL
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_121_1-debuginfoRocky
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_121_1-debugsourceRed Hat / RHEL
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_121_1-debugsourceRocky
Fixed in:0:1-12.el9_0RHSA-2026:2127
Fixed in:0:1-12.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_124_1Red Hat / RHEL
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_124_1Rocky
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_124_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_124_1-debuginfoRocky
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_124_1-debugsourceRocky
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_124_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el9_0RHSA-2026:2127
Fixed in:0:1-10.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_132_1Red Hat / RHEL
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_132_1Rocky
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_132_1-debuginfoRocky
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_132_1-debuginfoRed Hat / RHEL
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_132_1-debugsourceRed Hat / RHEL
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_132_1-debugsourceRocky
Fixed in:0:1-6.el9_0RHSA-2026:2127
Fixed in:0:1-6.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_144_1Rocky
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_144_1Red Hat / RHEL
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_144_1-debuginfoRed Hat / RHEL
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_144_1-debuginfoRocky
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_144_1-debugsourceRocky
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_144_1-debugsourceRed Hat / RHEL
Fixed in:0:1-2.el9_0RHSA-2026:2127
Fixed in:0:1-2.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_155_1Rocky
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_155_1Red Hat / RHEL
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_155_1-debuginfoRocky
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_155_1-debuginfoRed Hat / RHEL
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_155_1-debugsourceRed Hat / RHEL
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
kpatch-patch-5_14_0-70_155_1-debugsourceRocky
Fixed in:0:1-1.el9_0RHSA-2026:2127
Fixed in:0:1-1.el9_0RHSA-2026:2127
libperfRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
libperfRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
perfRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
perfRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
perf-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
python-perfRocky
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
python-perfRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
python-perf-debuginfoRocky
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
python-perf-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.145.1.el7.ppc64RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
Fixed in:0:3.10.0-1160.145.1.el7RHSA-2026:0755
python3-perfRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-193.181.1.el8_2RHSA-2026:0643
Fixed in:0:4.18.0-372.175.1.el8_6RHSA-2026:0536
Fixed in:0:4.18.0-477.124.1.el8_8RHSA-2026:0532
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:4.18.0-305.183.1.el8_4RHSA-2026:0533
Fixed in:0:4.18.0-553.92.1.el8_10RHSA-2026:0444
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-70.161.1.el9_0RHSA-2026:0576
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
rtlaRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-284.152.1.el9_2RHSA-2026:0535
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
rvRocky
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-124.28.1.el10_1RHSA-2026:0786
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:6.12.0-55.54.1.el10_0RHSA-2026:0747
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-427.106.1.el9_4RHSA-2026:0489
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
Fixed in:0:5.14.0-570.79.1.el9_6RHSA-2026:0804
Fixed in:0:5.14.0-611.24.1.el9_7RHSA-2026:0793
linuxUbuntu
Fixed in:5.15.0-173.183USN-8096-1
Fixed in:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-1
linux-awsUbuntu
Fixed in:5.15.0-1103.110USN-8096-1
Fixed in:6.8.0-1050.53USN-8095-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1103.110~20.04.1USN-8096-3
linux-aws-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.2USN-8094-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
linux-aws-fipsUbuntu
Fixed in:5.15.0-1103.110+fips1USN-8096-2
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-azureUbuntu
Fixed in:5.15.0-1109.118USN-8163-2
Fixed in:6.8.0-1051.57USN-8125-1
Fixed in:6.17.0-1010.10USN-8094-4
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1110.119~20.04.1USN-8243-1
linux-azure-6.17Ubuntu
Fixed in:6.17.0-1010.10~24.04.1USN-8094-4
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-azure-fipsUbuntu
Fixed in:5.15.0-1109.118+fips1USN-8163-1
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-fipsUbuntu
Fixed in:5.15.0-173.183+fips1USN-8096-2
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-gcpUbuntu
Fixed in:5.15.0-1103.112USN-8096-1
Fixed in:6.8.0-1052.55USN-8095-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1103.112~20.04.1USN-8096-3
linux-gcp-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.3USN-8094-2
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
linux-gcp-fipsUbuntu
Fixed in:5.15.0-1103.112+fips1USN-8096-2
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-gkeUbuntu
Fixed in:5.15.0-1099.105USN-8096-3
Fixed in:6.8.0-1048.53USN-8095-1
linux-gkeopUbuntu
Fixed in:5.15.0-1086.94USN-8096-1
Fixed in:6.8.0-1035.38USN-8095-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
linux-hwe-6.17Ubuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-ibmUbuntu
Fixed in:5.15.0-1097.100USN-8096-1
Fixed in:6.8.0-1049.49USN-8095-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1097.100~20.04.1USN-8096-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1049.49~22.04.1USN-8095-1
linux-image-5.15.0-1044-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1044.44USN-8096-5
linux-image-5.15.0-1044-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0-1044.44USN-8096-5
linux-image-5.15.0-1055-nvidia-tegraUbuntu
Fixed in:5.15.0-1055.55~20.04.1USN-8096-1
Fixed in:5.15.0-1055.55USN-8096-1
linux-image-5.15.0-1055-nvidia-tegra-rtUbuntu
Fixed in:5.15.0-1055.55~20.04.1USN-8096-1
Fixed in:5.15.0-1055.55USN-8096-1
linux-image-5.15.0-1067-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1067.71USN-8096-1
linux-image-5.15.0-1086-gkeopUbuntu
Fixed in:5.15.0-1086.94USN-8096-1
linux-image-5.15.0-1094-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1094.96USN-8116-1
linux-image-5.15.0-1095-kvmUbuntu
Fixed in:5.15.0-1095.100USN-8096-1
linux-image-5.15.0-1097-ibmUbuntu
Fixed in:5.15.0-1097.100~20.04.1USN-8096-1
Fixed in:5.15.0-1097.100USN-8096-1
linux-image-5.15.0-1097-raspiUbuntu
Fixed in:5.15.0-1097.100USN-8141-1
linux-image-5.15.0-1098-intel-iotgUbuntu
Fixed in:5.15.0-1098.104~20.04.1USN-8096-3
Fixed in:5.15.0-1098.104USN-8096-1
linux-image-5.15.0-1098-nvidiaUbuntu
Fixed in:5.15.0-1098.99USN-8096-1
linux-image-5.15.0-1098-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1098.99USN-8096-1
linux-image-5.15.0-1099-gkeUbuntu
Fixed in:5.15.0-1099.105USN-8096-3
linux-image-5.15.0-1100-oracleUbuntu
Fixed in:5.15.0-1100.106~20.04.1USN-8096-3
Fixed in:5.15.0-1100.106USN-8096-1
linux-image-5.15.0-1102-realtimeUbuntu
Fixed in:5.15.0-1102.111USN-8096-4
linux-image-5.15.0-1103-awsUbuntu
Fixed in:5.15.0-1103.110~20.04.1USN-8096-3
Fixed in:5.15.0-1103.110USN-8096-1
linux-image-5.15.0-1103-aws-64kUbuntu
Fixed in:5.15.0-1103.110USN-8096-1
linux-image-5.15.0-1103-aws-fipsUbuntu
Fixed in:5.15.0-1103.110+fips1USN-8096-2
linux-image-5.15.0-1103-gcpUbuntu
Fixed in:5.15.0-1103.112~20.04.1USN-8096-3
Fixed in:5.15.0-1103.112USN-8096-1
linux-image-5.15.0-1103-gcp-fipsUbuntu
Fixed in:5.15.0-1103.112+fips1USN-8096-2
linux-image-5.15.0-1109-azureUbuntu
Fixed in:5.15.0-1109.118USN-8163-2
linux-image-5.15.0-1109-azure-fipsUbuntu
Fixed in:5.15.0-1109.118+fips1USN-8163-1
linux-image-5.15.0-1110-azureUbuntu
Fixed in:5.15.0-1110.119~20.04.1USN-8243-1
linux-image-5.15.0-173-fipsUbuntu
Fixed in:5.15.0-173.183+fips1USN-8096-2
linux-image-5.15.0-173-genericUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-generic-64kUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-generic-lpaeUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-lowlatencyUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-lowlatency-64kUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-6.17.0-1008-realtimeUbuntu
Fixed in:6.17.0-1008.9~24.04.1USN-8094-3
Fixed in:6.17.0-1008.9USN-8094-2
linux-image-6.17.0-1009-awsUbuntu
Fixed in:6.17.0-1009.9~24.04.2USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-6.17.0-1009-aws-64kUbuntu
Fixed in:6.17.0-1009.9~24.04.2USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-6.17.0-1009-gcpUbuntu
Fixed in:6.17.0-1009.9~24.04.3USN-8094-2
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-6.17.0-1009-gcp-64kUbuntu
Fixed in:6.17.0-1009.9~24.04.3USN-8094-2
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-6.17.0-1009-oracleUbuntu
Fixed in:6.17.0-1009.9~24.04.1USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-6.17.0-1009-oracle-64kUbuntu
Fixed in:6.17.0-1009.9~24.04.1USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-6.17.0-1010-azureUbuntu
Fixed in:6.17.0-1010.10~24.04.1USN-8094-4
Fixed in:6.17.0-1010.10USN-8094-4
linux-image-6.17.0-1010-raspiUbuntu
Fixed in:6.17.0-1010.10USN-8094-5
linux-image-6.17.0-1017-oemUbuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-image-6.17.0-19-genericUbuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-6.17.0-19-generic-64kUbuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-6.8.0-1029-xilinxUbuntu
Fixed in:6.8.0-1029.30USN-8261-1
linux-image-6.8.0-1035-gkeopUbuntu
Fixed in:6.8.0-1035.38USN-8095-1
linux-image-6.8.0-1047-oracleUbuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-6.8.0-1047-oracle-64kUbuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-6.8.0-1048-gkeUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-6.8.0-1048-gke-64kUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-6.8.0-1049-ibmUbuntu
Fixed in:6.8.0-1049.49~22.04.1USN-8095-1
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-6.8.0-1049-nvidiaUbuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-6.8.0-1049-nvidia-64kUbuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-6.8.0-1049-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-6.8.0-1049-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-6.8.0-1050-awsUbuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-6.8.0-1050-aws-64kUbuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-6.8.0-1050-aws-fipsUbuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-6.8.0-1050-raspiUbuntu
Fixed in:6.8.0-1050.54USN-8095-5
linux-image-6.8.0-1051-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1051.57USN-8125-1
linux-image-6.8.0-1052-azure-fipsUbuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-6.8.0-1052-gcpUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-6.8.0-1052-gcp-64kUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-6.8.0-1052-gcp-fipsUbuntu
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-image-6.8.0-106-fipsUbuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-6.8.0-106-genericUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-6.8.0-106-generic-64kUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-6.8.0-106-lowlatencyUbuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-6.8.0-106-lowlatency-64kUbuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-6.8.0-2040-raspi-realtimeUbuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-image-6.8.1-1045-realtimeUbuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-awsUbuntu
Fixed in:5.15.0.1103.110~20.04.1USN-8096-3
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.17.0-1009.9~24.04.2USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-aws-5.15Ubuntu
Fixed in:5.15.0.1103.110~20.04.1USN-8096-3
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.2USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.17.0-1009.9~24.04.2USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-aws-64k-5.15Ubuntu
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-64k-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.2USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-aws-64k-lts-22.04Ubuntu
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-aws-fipsUbuntu
Fixed in:5.15.0.1103.99USN-8096-2
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-aws-fips-5.15Ubuntu
Fixed in:5.15.0.1103.99USN-8096-2
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-azureUbuntu
Fixed in:5.15.0.1110.119~20.04.1USN-8243-1
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.17.0-1010.10~24.04.1USN-8094-4
Fixed in:6.17.0-1010.10USN-8094-4
linux-image-azure-5.15Ubuntu
Fixed in:5.15.0.1110.119~20.04.1USN-8243-1
Fixed in:5.15.0.1109.107USN-8163-2
linux-image-azure-6.17Ubuntu
Fixed in:6.17.0-1010.10~24.04.1USN-8094-4
Fixed in:6.17.0-1010.10USN-8094-4
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1051.57USN-8125-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1110.119~20.04.1USN-8243-1
linux-image-azure-fipsUbuntu
Fixed in:5.15.0.1109.94USN-8163-1
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-azure-fips-5.15Ubuntu
Fixed in:5.15.0.1109.94USN-8163-1
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1109.107USN-8163-2
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1051.57USN-8125-1
linux-image-fipsUbuntu
Fixed in:5.15.0.173.100USN-8096-2
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-fips-5.15Ubuntu
Fixed in:5.15.0.173.100USN-8096-2
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-gcpUbuntu
Fixed in:5.15.0.1103.112~20.04.1USN-8096-3
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.17.0-1009.9~24.04.3USN-8094-2
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-gcp-5.15Ubuntu
Fixed in:5.15.0.1103.112~20.04.1USN-8096-3
Fixed in:5.15.0.1103.99USN-8096-1
linux-image-gcp-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.3USN-8094-2
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.17.0-1009.9~24.04.3USN-8094-2
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-gcp-64k-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.3USN-8094-2
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-gcp-fipsUbuntu
Fixed in:5.15.0.1103.93USN-8096-2
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-image-gcp-fips-5.15Ubuntu
Fixed in:5.15.0.1103.93USN-8096-2
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1103.99USN-8096-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-genericUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-generic-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-generic-6.17Ubuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-generic-64k-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-generic-64k-6.17Ubuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-generic-lpae-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-gkeUbuntu
Fixed in:5.15.0.1099.98USN-8096-3
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1099.98USN-8096-3
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gke-64kUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gke-64k-6.8Ubuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gkeopUbuntu
Fixed in:5.15.0.1086.85USN-8096-1
Fixed in:6.8.0-1035.38USN-8095-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1086.85USN-8096-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1035.38USN-8095-1
linux-image-ibmUbuntu
Fixed in:5.15.0.1097.100~20.04.1USN-8096-1
Fixed in:5.15.0.1097.93USN-8096-1
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-ibm-5.15Ubuntu
Fixed in:5.15.0.1097.100~20.04.1USN-8096-1
Fixed in:5.15.0.1097.93USN-8096-1
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1049.49~22.04.1USN-8095-1
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-intelUbuntu
Fixed in:5.15.0.1098.104~20.04.1USN-8096-3
linux-image-intel-iot-realtimeUbuntu
Fixed in:5.15.0.1094.98USN-8116-1
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-intel-iot-realtime-5.15Ubuntu
Fixed in:5.15.0.1094.98USN-8116-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1098.104~20.04.1USN-8096-3
Fixed in:5.15.0.1098.98USN-8096-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-intel-iotg-5.15Ubuntu
Fixed in:5.15.0.1098.104~20.04.1USN-8096-3
Fixed in:5.15.0.1098.98USN-8096-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1095.91USN-8096-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-kvm-5.15Ubuntu
Fixed in:5.15.0.1095.91USN-8096-1
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.173.146USN-8096-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.146USN-8096-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.173.146USN-8096-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-64k-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.146USN-8096-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1098.98USN-8096-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-5.15Ubuntu
Fixed in:5.15.0.1098.98USN-8096-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1098.98USN-8096-1
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-nvidia-lowlatency-5.15Ubuntu
Fixed in:5.15.0.1098.98USN-8096-1
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-nvidia-tegraUbuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-nvidia-tegra-igxUbuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-igx-5.15Ubuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-igx-rt-5.15Ubuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-rtUbuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-nvidia-tegra-rt-5.15Ubuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-24.04Ubuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-image-oem-24.04aUbuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-image-oem-24.04bUbuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-image-oem-24.04cUbuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-image-oem-24.04dUbuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-image-oem-6.17Ubuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-image-oracleUbuntu
Fixed in:5.15.0.1100.106~20.04.1USN-8096-3
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.17.0-1009.9~24.04.1USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-oracle-5.15Ubuntu
Fixed in:5.15.0.1100.106~20.04.1USN-8096-3
Fixed in:5.15.0.1100.96USN-8096-1
linux-image-oracle-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.1USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.17.0-1009.9~24.04.1USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-oracle-64k-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.1USN-8094-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1100.96USN-8096-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-raspiUbuntu
Fixed in:5.15.0.1097.95USN-8141-1
Fixed in:6.8.0-1050.54USN-8095-5
Fixed in:6.17.0-1010.10USN-8094-5
linux-image-raspi-5.15Ubuntu
Fixed in:5.15.0.1097.95USN-8141-1
linux-image-raspi-6.17Ubuntu
Fixed in:6.17.0-1010.10USN-8094-5
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1050.54USN-8095-5
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1097.95USN-8141-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-image-realtimeUbuntu
Fixed in:5.15.0.1102.106USN-8096-4
Fixed in:6.8.1-1045.46USN-8095-3
Fixed in:6.17.0-1008.9USN-8094-2
linux-image-realtime-5.15Ubuntu
Fixed in:5.15.0.1102.106USN-8096-4
linux-image-realtime-6.17Ubuntu
Fixed in:6.17.0-1008.9~24.04.1USN-8094-3
Fixed in:6.17.0-1008.9USN-8094-2
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-realtime-hwe-22.04Ubuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.17.0-1008.9~24.04.1USN-8094-3
Fixed in:6.17.0-1008.9USN-8094-2
linux-image-virtualUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-virtual-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-virtual-6.17Ubuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
Fixed in:6.17.0-19.19USN-8094-1
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.17.0-19.19~24.04.2USN-8094-1
linux-image-xilinxUbuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-image-xilinx-6.8Ubuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.15.0.1067.70USN-8096-1
Fixed in:6.8.0.1029.30USN-8261-1
linux-image-xilinx-zynqmp-5.15Ubuntu
Fixed in:5.15.0.1067.70USN-8096-1
linux-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1094.96USN-8116-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1098.104USN-8096-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1098.104~20.04.1USN-8096-3
linux-kvmUbuntu
Fixed in:5.15.0-1095.100USN-8096-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-173.183USN-8096-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1098.99USN-8096-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-nvidia-tegraUbuntu
Fixed in:5.15.0-1055.55USN-8096-1
linux-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0-1055.55~20.04.1USN-8096-1
linux-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1044.44USN-8096-5
linux-oem-6.17Ubuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-oracleUbuntu
Fixed in:5.15.0-1100.106USN-8096-1
Fixed in:6.8.0-1047.48USN-8095-1
Fixed in:6.17.0-1009.9USN-8094-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1100.106~20.04.1USN-8096-3
linux-oracle-6.17Ubuntu
Fixed in:6.17.0-1009.9~24.04.1USN-8094-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
linux-raspiUbuntu
Fixed in:5.15.0-1097.100USN-8141-1
Fixed in:6.8.0-1050.54USN-8095-5
Fixed in:6.17.0-1010.10USN-8094-5
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-realtimeUbuntu
Fixed in:5.15.0-1102.111USN-8096-4
Fixed in:6.8.1-1045.46USN-8095-3
Fixed in:6.17.0-1008.9USN-8094-2
linux-realtime-6.17Ubuntu
Fixed in:6.17.0-1008.9~24.04.1USN-8094-3
linux-realtime-6.8Ubuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
linux-xilinxUbuntu
Fixed in:6.8.0-1029.30USN-8261-1
linux-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1067.71USN-8096-1

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

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

References

Embed a live status badge for CVE-2025-68285
CVE-2025-68285 severity badge

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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