CVE & CISA-KEV Catalog

CVE-2025-38449

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of the dma-buf backing the buffer object, if any. [1] Trying to use the framebuffer in further mode-setting operations leads to a segmentation fault. Most easily happens with driver that use shadow planes for vmap-ing the dma-buf during a page flip. An example is shown below. [ 156.791968] ------------[ cut here ]------------ [ 156.796830] WARNING: CPU: 2 PID: 2255 at drivers/dma-buf/dma-buf.c:1527 dma_buf_vmap+0x224/0x430 [...] [ 156.942028] RIP: 0010:dma_buf_vmap+0x224/0x430 [ 157.043420] Call Trace: [ 157.045898] <TASK> [ 157.048030] ? show_trace_log_lvl+0x1af/0x2c0 [ 157.052436] ? show_trace_log_lvl+0x1af/0x2c0 [ 157.056836] ? show_trace_log_lvl+0x1af/0x2c0 [ 157.061253] ? drm_gem_shmem_vmap+0x74/0x710 [ 157.065567] ? dma_buf_vmap+0x224/0x430 [ 157.069446] ? __warn.cold+0x58/0xe4 [ 157.073061] ? dma_buf_vmap+0x224/0x430 [ 157.077111] ? report_bug+0x1dd/0x390 [ 157.080842] ? handle_bug+0x5e/0xa0 [ 157.084389] ? exc_invalid_op+0x14/0x50 [ 157.088291] ? asm_exc_invalid_op+0x16/0x20 [ 157.092548] ? dma_buf_vmap+0x224/0x430 [ 157.096663] ? dma_resv_get_singleton+0x6d/0x230 [ 157.101341] ? __pfx_dma_buf_vmap+0x10/0x10 [ 157.105588] ? __pfx_dma_resv_get_singleton+0x10/0x10 [ 157.110697] drm_gem_shmem_vmap+0x74/0x710 [ 157.114866] drm_gem_vmap+0xa9/0x1b0 [ 157.118763] drm_gem_vmap_unlocked+0x46/0xa0 [ 157.123086] drm_gem_fb_vmap+0xab/0x300 [ 157.126979] drm_atomic_helper_prepare_planes.part.0+0x487/0xb10 [ 157.133032] ? lockdep_init_map_type+0x19d/0x880 [ 157.137701] drm_atomic_helper_commit+0x13d/0x2e0 [ 157.142671] ? drm_atomic_nonblocking_commit+0xa0/0x180 [ 157.147988] drm_mode_atomic_ioctl+0x766/0xe40 [...] [ 157.346424] ---[ end trace 0000000000000000 ]--- Acquiring GEM handles for the framebuffer's GEM buffer objects prevents this from happening. The framebuffer's cleanup later puts the handle references. Commit 1a148af06000 ("drm/gem-shmem: Use dma_buf from GEM object instance") triggers the segmentation fault easily by using the dma-buf field more widely. The underlying issue with reference counting has been present before. v2: - acquire the handle instead of the BO (Christian) - fix comment style (Christian) - drop the Fixes tag (Christian) - rename err_ gotos - add missing Link tag

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.41-1CVE-2025-38449
Fixed in:6.16.3-1CVE-2025-38449
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
bpftoolRocky
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
bpftool-debuginfoRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:7.0.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:7.3.0-427.92.1.el9_4RHSA-2025:17241
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernelRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64kRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
kernel-abi-whitelistsRocky
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-docRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rtRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
kernel-rt-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.148.1.rt21.220.el9_0RHSA-2025:17192
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.rt14.425.el9_2RHSA-2025:17123
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-toolsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
libperfRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
perfRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
perf-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
python3-perfRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.173.1.el8_2RHSA-2025:21667
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-70.148.1.el9_0RHSA-2025:17159
rtlaRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-284.140.1.el9_2RHSA-2025:17122
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
rvRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-570.42.2.el9_6RHSA-2025:15661
Fixed in:0:5.14.0-427.92.1.el9_4RHSA-2025:17241
linuxUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-awsUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-azureUbuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-azure-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-gcpUbuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
linux-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-ibmUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
linux-image-6.14.0-1016-oemUbuntu
Fixed in:6.14.0-1016.16USN-7880-1
linux-image-6.14.0-1016-realtimeUbuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2
linux-image-6.14.0-1017-awsUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1017-aws-64kUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1017-azureUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-image-6.14.0-1017-oracleUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1017-oracle-64kUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1020-gcpUbuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-6.14.0-1020-gcp-64kUbuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-6.14.0-36-genericUbuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-6.14.0-36-generic-64kUbuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-6.8.0-100-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-6.8.0-100-genericUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-generic-64kUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-100-lowlatency-64kUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-1023-xilinxUbuntu
Fixed in:6.8.0-1023.24USN-8052-2
linux-image-6.8.0-1030-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-6.8.0-1043-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-gke-64kUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-oracleUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1043-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1044-ibmUbuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-6.8.0-1046-awsUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-6.8.0-1046-azureUbuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-6.8.0-1046-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-6.8.0-1046-nvidiaUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1046-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1047-gcpUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-6.8.0-1047-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-6.8.0-1051-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-6.8.0-2037-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-6.8.1-1041-realtimeUbuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-awsUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-image-azure-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-gcpUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-genericUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-64kUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-64k-6.8Ubuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-ibmUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-intel-iot-realtimeUbuntu
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-intel-iotgUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-kvmUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1016.16USN-7880-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-realtimeUbuntu
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-realtime-hwe-22.04Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2
linux-image-virtualUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-xilinxUbuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-6.8Ubuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-zynqmpUbuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1USN-8052-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-nvidiaUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1016.16USN-7880-1
linux-oracleUbuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
linux-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-realtimeUbuntu
Fixed in:6.8.1-1041.42USN-8028-3
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2
linux-realtime-6.8Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
linux-xilinxUbuntu
Fixed in:6.8.0-1023.24USN-8052-2

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

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

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

References

Related Vulnerabilities

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

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

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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