CVE & CISA-KEV Catalog

CVE-2025-40251

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: devlink: rate: Unset parent pointer in devl_rate_nodes_destroy The function devl_rate_nodes_destroy is documented to "Unset parent for all rate objects". However, it was only calling the driver-specific `rate_leaf_parent_set` or `rate_node_parent_set` ops and decrementing the parent's refcount, without actually setting the `devlink_rate->parent` pointer to NULL. This leaves a dangling pointer in the `devlink_rate` struct, which cause refcount error in netdevsim[1] and mlx5[2]. In addition, this is inconsistent with the behavior of `devlink_nl_rate_parent_node_set`, where the parent pointer is correctly cleared. This patch fixes the issue by explicitly setting `devlink_rate->parent` to NULL after notifying the driver, thus fulfilling the function's documented behavior for all rate objects. [1] repro steps: echo 1 > /sys/bus/netdevsim/new_device devlink dev eswitch set netdevsim/netdevsim1 mode switchdev echo 1 > /sys/bus/netdevsim/devices/netdevsim1/sriov_numvfs devlink port function rate add netdevsim/netdevsim1/test_node devlink port function rate set netdevsim/netdevsim1/128 parent test_node echo 1 > /sys/bus/netdevsim/del_device dmesg: refcount_t: decrement hit 0; leaking memory. WARNING: CPU: 8 PID: 1530 at lib/refcount.c:31 refcount_warn_saturate+0x42/0xe0 CPU: 8 UID: 0 PID: 1530 Comm: bash Not tainted 6.18.0-rc4+ #1 NONE Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014 RIP: 0010:refcount_warn_saturate+0x42/0xe0 Call Trace: <TASK> devl_rate_leaf_destroy+0x8d/0x90 __nsim_dev_port_del+0x6c/0x70 [netdevsim] nsim_dev_reload_destroy+0x11c/0x140 [netdevsim] nsim_drv_remove+0x2b/0xb0 [netdevsim] device_release_driver_internal+0x194/0x1f0 bus_remove_device+0xc6/0x130 device_del+0x159/0x3c0 device_unregister+0x1a/0x60 del_device_store+0x111/0x170 [netdevsim] kernfs_fop_write_iter+0x12e/0x1e0 vfs_write+0x215/0x3d0 ksys_write+0x5f/0xd0 do_syscall_64+0x55/0x10f0 entry_SYSCALL_64_after_hwframe+0x4b/0x53 [2] devlink dev eswitch set pci/0000:08:00.0 mode switchdev devlink port add pci/0000:08:00.0 flavour pcisf pfnum 0 sfnum 1000 devlink port function rate add pci/0000:08:00.0/group1 devlink port function rate set pci/0000:08:00.0/32768 parent group1 modprobe -r mlx5_ib mlx5_fwctl mlx5_core dmesg: refcount_t: decrement hit 0; leaking memory. WARNING: CPU: 7 PID: 16151 at lib/refcount.c:31 refcount_warn_saturate+0x42/0xe0 CPU: 7 UID: 0 PID: 16151 Comm: bash Not tainted 6.17.0-rc7_for_upstream_min_debug_2025_10_02_12_44 #1 NONE Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 RIP: 0010:refcount_warn_saturate+0x42/0xe0 Call Trace: <TASK> devl_rate_leaf_destroy+0x8d/0x90 mlx5_esw_offloads_devlink_port_unregister+0x33/0x60 [mlx5_core] mlx5_esw_offloads_unload_rep+0x3f/0x50 [mlx5_core] mlx5_eswitch_unload_sf_vport+0x40/0x90 [mlx5_core] mlx5_sf_esw_event+0xc4/0x120 [mlx5_core] notifier_call_chain+0x33/0xa0 blocking_notifier_call_chain+0x3b/0x50 mlx5_eswitch_disable_locked+0x50/0x110 [mlx5_core] mlx5_eswitch_disable+0x63/0x90 [mlx5_core] mlx5_unload+0x1d/0x170 [mlx5_core] mlx5_uninit_one+0xa2/0x130 [mlx5_core] remove_one+0x78/0xd0 [mlx5_core] pci_device_remove+0x39/0xa0 device_release_driver_internal+0x194/0x1f0 unbind_store+0x99/0xa0 kernfs_fop_write_iter+0x12e/0x1e0 vfs_write+0x215/0x3d0 ksys_write+0x5f/0xd0 do_syscall_64+0x53/0x1f0 entry_SYSCALL_64_after_hwframe+0x4b/0x53

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.164-1CVE-2025-40251
Fixed in:6.12.63-1CVE-2025-40251
Fixed in:6.17.10-1CVE-2025-40251
bpftoolRocky
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
bpftool-debuginfoRocky
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:7.0.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:7.3.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernelRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-64kRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-64k-develRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-debugRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-debug-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debug-modulesRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-debuginfoRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-develRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-docRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-modulesRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-modules-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-modules-extraRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
kernel-rtRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
kernel-rt-debugRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
kernel-rt-develRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.rt21.237.el9_0RHSA-2026:2577
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.rt14.441.el9_2RHSA-2026:2583
kernel-toolsRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-uki-virtRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
libperfRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
libperf-debuginfoRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
perfRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
perfRocky
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
perf-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
python3-perfRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-70.165.1.el9_0RHSA-2026:2573
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
rtlaRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-284.156.1.el9_2RHSA-2026:2560
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
rvRocky
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
rvRed Hat / RHEL
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-55.58.1.el10_0RHSA-2026:1727
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:6.12.0-124.31.1.el10_1RHSA-2026:1690
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-611.27.1.el9_7RHSA-2026:1617
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
Fixed in:0:5.14.0-427.109.1.el9_4RHSA-2026:1879
Fixed in:0:5.14.0-570.81.1.el9_6RHSA-2026:1194
linuxUbuntu
Fixed in:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-1
linux-awsUbuntu
Fixed in:6.8.0-1050.53USN-8095-1
Fixed in:6.17.0-1009.9USN-8094-1
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:6.8.0-1050.53+fips1USN-8095-2
linux-azureUbuntu
Fixed in:6.8.0-1051.57USN-8125-1
Fixed in:6.17.0-1010.10USN-8094-4
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:6.8.0-1052.58+fips1USN-8165-1
linux-fipsUbuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-gcpUbuntu
Fixed in:6.8.0-1052.55USN-8095-1
Fixed in:6.17.0-1009.9USN-8094-1
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:6.8.0-1052.55+fips1USN-8095-2
linux-gkeUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-gkeopUbuntu
Fixed in:6.8.0-1035.38USN-8095-1
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:6.8.0-1049.49USN-8095-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1049.49~22.04.1USN-8095-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: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-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-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-24.04Ubuntu
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-aws-fipsUbuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-azureUbuntu
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-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-fipsUbuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1051.57USN-8125-1
linux-image-fipsUbuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-gcpUbuntu
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-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:6.8.0-1052.55+fips1USN-8095-2
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-genericUbuntu
Fixed in:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-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:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-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-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-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:6.8.0-106.106USN-8095-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
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:6.8.0-1035.38USN-8095-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1035.38USN-8095-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1049.49USN-8095-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-intel-iot-realtimeUbuntu
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-intel-iotgUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-kvmUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-106.106.1USN-8095-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:6.8.0-106.106.1USN-8095-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-22.04Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1049.52USN-8100-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:6.8.0-1049.52.1USN-8100-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-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: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-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-24.04Ubuntu
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1050.54USN-8095-5
Fixed in:6.17.0-1010.10USN-8094-5
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-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:6.8.1-1045.46USN-8095-3
Fixed in:6.17.0-1008.9USN-8094-2
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:6.8.0-106.106USN-8095-1
Fixed in:6.17.0-19.19USN-8094-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-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:6.8.0.1029.30USN-8261-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-106.106.1USN-8095-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-nvidiaUbuntu
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-oem-6.17Ubuntu
Fixed in:6.17.0-1017.17USN-8152-1
linux-oracleUbuntu
Fixed in:6.8.0-1047.48USN-8095-1
Fixed in:6.17.0-1009.9USN-8094-1
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: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: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

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.13%probability of exploitation in 30 days
3rdpercentile

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

References

Related Vulnerabilities

Other CWE-476 (NULL Pointer Dereference) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-21758High7.592%-Fix
CVE-2023-21547High7.588%-Fix
CVE-2014-3470Medium4.386%-Fix
CVE-2021-44224High8.282%-Fix
CVE-2016-0742High7.582%-Fix
CVE-2009-1386Medium5.080%-Fix
Embed a live status badge for CVE-2025-40251
CVE-2025-40251 severity badge

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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