CVE & CISA-KEV Catalog

CVE-2025-38129

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: page_pool: Fix use-after-free in page_pool_recycle_in_ring syzbot reported a uaf in page_pool_recycle_in_ring: BUG: KASAN: slab-use-after-free in lock_release+0x151/0xa30 kernel/locking/lockdep.c:5862 Read of size 8 at addr ffff8880286045a0 by task syz.0.284/6943 CPU: 0 UID: 0 PID: 6943 Comm: syz.0.284 Not tainted 6.13.0-rc3-syzkaller-gdfa94ce54f41 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024 Call Trace: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x241/0x360 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 [inline] print_report+0x169/0x550 mm/kasan/report.c:489 kasan_report+0x143/0x180 mm/kasan/report.c:602 lock_release+0x151/0xa30 kernel/locking/lockdep.c:5862 __raw_spin_unlock_bh include/linux/spinlock_api_smp.h:165 [inline] _raw_spin_unlock_bh+0x1b/0x40 kernel/locking/spinlock.c:210 spin_unlock_bh include/linux/spinlock.h:396 [inline] ptr_ring_produce_bh include/linux/ptr_ring.h:164 [inline] page_pool_recycle_in_ring net/core/page_pool.c:707 [inline] page_pool_put_unrefed_netmem+0x748/0xb00 net/core/page_pool.c:826 page_pool_put_netmem include/net/page_pool/helpers.h:323 [inline] page_pool_put_full_netmem include/net/page_pool/helpers.h:353 [inline] napi_pp_put_page+0x149/0x2b0 net/core/skbuff.c:1036 skb_pp_recycle net/core/skbuff.c:1047 [inline] skb_free_head net/core/skbuff.c:1094 [inline] skb_release_data+0x6c4/0x8a0 net/core/skbuff.c:1125 skb_release_all net/core/skbuff.c:1190 [inline] __kfree_skb net/core/skbuff.c:1204 [inline] sk_skb_reason_drop+0x1c9/0x380 net/core/skbuff.c:1242 kfree_skb_reason include/linux/skbuff.h:1263 [inline] __skb_queue_purge_reason include/linux/skbuff.h:3343 [inline] root cause is: page_pool_recycle_in_ring ptr_ring_produce spin_lock(&r->producer_lock); WRITE_ONCE(r->queue[r->producer++], ptr) //recycle last page to pool page_pool_release page_pool_scrub page_pool_empty_ring ptr_ring_consume page_pool_return_page //release all page __page_pool_destroy free_percpu(pool->recycle_stats); free(pool) //free spin_unlock(&r->producer_lock); //pool->ring uaf read recycle_stat_inc(pool, ring); page_pool can be free while page pool recycle the last page in ring. Add producer-lock barrier to page_pool_release to prevent the page pool from being free before all pages have been recycled. recycle_stat_inc() is empty when CONFIG_PAGE_POOL_STATS is not enabled, which will trigger Wempty-body build warning. Add definition for pool stat macro to fix warning.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.259-1CVE-2025-38129
Fixed in:6.1.162-1CVE-2025-38129
Fixed in:6.12.35-1CVE-2025-38129
Fixed in:6.12.35-1CVE-2025-38129
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
bpftoolRocky
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
bpftool-debuginfoRocky
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:7.3.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:7.0.0-284.161.1.el9_2RHSA-2026:5813
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernelRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-64kRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-64k-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-abi-whitelistsRocky
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debugRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-debug-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-docRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rtRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-rt-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.rt7.448.el8_10RHSA-2026:3110
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.rt14.446.el9_2RHSA-2026:5690
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.rt21.241.el9_0RHSA-2026:4244
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-toolsRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
libperfRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
perfRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
perf-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
python3-perfRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-305.187.1.el8_4RHSA-2026:5821
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-372.183.1.el8_6RHSA-2026:4243
Fixed in:0:4.18.0-477.132.1.el8_8RHSA-2026:4242
Fixed in:0:4.18.0-553.107.1.el8_10RHSA-2026:3083
Fixed in:0:4.18.0-193.189.1.el8_2RHSA-2026:4444
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-70.169.1.el9_0RHSA-2026:4245
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
rtlaRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-284.161.1.el9_2RHSA-2026:5813
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
rvRocky
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:6.12.0-55.63.1.el10_0RHSA-2026:4111
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-570.96.1.el9_6RHSA-2026:4011
Fixed in:0:5.14.0-611.35.1.el9_7RHSA-2026:3066
Fixed in:0:5.14.0-427.114.1.el9_4RHSA-2026:4246
linuxUbuntu
Fixed in:5.15.0-173.183USN-8096-1
Fixed in:6.8.0-100.100USN-8028-1
linux-awsUbuntu
Fixed in:5.15.0-1103.110USN-8096-1
Fixed in:6.8.0-1046.49USN-8028-5
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1103.110~20.04.1USN-8096-3
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-aws-fipsUbuntu
Fixed in:5.15.0-1103.110+fips1USN-8096-2
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-azureUbuntu
Fixed in:5.15.0-1109.118USN-8163-2
Fixed in:6.8.0-1046.52USN-8074-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1110.119~20.04.1USN-8243-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-azure-fipsUbuntu
Fixed in:5.15.0-1109.118+fips1USN-8163-1
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-fipsUbuntu
Fixed in:5.15.0-173.183+fips1USN-8096-2
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-gcpUbuntu
Fixed in:5.15.0-1103.112USN-8096-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1103.112~20.04.1USN-8096-3
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
linux-gcp-fipsUbuntu
Fixed in:5.15.0-1103.112+fips1USN-8096-2
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-gkeUbuntu
Fixed in:5.15.0-1099.105USN-8096-3
Fixed in:6.8.0-1043.48USN-8031-3
linux-gkeopUbuntu
Fixed in:5.15.0-1086.94USN-8096-1
Fixed in:6.8.0-1030.33USN-8028-5
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-ibmUbuntu
Fixed in:5.15.0-1097.100USN-8096-1
Fixed in:6.8.0-1044.44USN-8028-8
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1097.100~20.04.1USN-8096-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
linux-image-5.15.0-1044-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1044.44USN-8096-5
linux-image-5.15.0-1044-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0-1044.44USN-8096-5
linux-image-5.15.0-1055-nvidia-tegraUbuntu
Fixed in:5.15.0-1055.55~20.04.1USN-8096-1
Fixed in:5.15.0-1055.55USN-8096-1
linux-image-5.15.0-1055-nvidia-tegra-rtUbuntu
Fixed in:5.15.0-1055.55~20.04.1USN-8096-1
Fixed in:5.15.0-1055.55USN-8096-1
linux-image-5.15.0-1067-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1067.71USN-8096-1
linux-image-5.15.0-1086-gkeopUbuntu
Fixed in:5.15.0-1086.94USN-8096-1
linux-image-5.15.0-1094-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1094.96USN-8116-1
linux-image-5.15.0-1095-kvmUbuntu
Fixed in:5.15.0-1095.100USN-8096-1
linux-image-5.15.0-1097-ibmUbuntu
Fixed in:5.15.0-1097.100~20.04.1USN-8096-1
Fixed in:5.15.0-1097.100USN-8096-1
linux-image-5.15.0-1097-raspiUbuntu
Fixed in:5.15.0-1097.100USN-8141-1
linux-image-5.15.0-1098-intel-iotgUbuntu
Fixed in:5.15.0-1098.104~20.04.1USN-8096-3
Fixed in:5.15.0-1098.104USN-8096-1
linux-image-5.15.0-1098-nvidiaUbuntu
Fixed in:5.15.0-1098.99USN-8096-1
linux-image-5.15.0-1098-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1098.99USN-8096-1
linux-image-5.15.0-1099-gkeUbuntu
Fixed in:5.15.0-1099.105USN-8096-3
linux-image-5.15.0-1100-oracleUbuntu
Fixed in:5.15.0-1100.106~20.04.1USN-8096-3
Fixed in:5.15.0-1100.106USN-8096-1
linux-image-5.15.0-1102-realtimeUbuntu
Fixed in:5.15.0-1102.111USN-8096-4
linux-image-5.15.0-1103-awsUbuntu
Fixed in:5.15.0-1103.110~20.04.1USN-8096-3
Fixed in:5.15.0-1103.110USN-8096-1
linux-image-5.15.0-1103-aws-64kUbuntu
Fixed in:5.15.0-1103.110USN-8096-1
linux-image-5.15.0-1103-aws-fipsUbuntu
Fixed in:5.15.0-1103.110+fips1USN-8096-2
linux-image-5.15.0-1103-gcpUbuntu
Fixed in:5.15.0-1103.112~20.04.1USN-8096-3
Fixed in:5.15.0-1103.112USN-8096-1
linux-image-5.15.0-1103-gcp-fipsUbuntu
Fixed in:5.15.0-1103.112+fips1USN-8096-2
linux-image-5.15.0-1109-azureUbuntu
Fixed in:5.15.0-1109.118USN-8163-2
linux-image-5.15.0-1109-azure-fipsUbuntu
Fixed in:5.15.0-1109.118+fips1USN-8163-1
linux-image-5.15.0-1110-azureUbuntu
Fixed in:5.15.0-1110.119~20.04.1USN-8243-1
linux-image-5.15.0-173-fipsUbuntu
Fixed in:5.15.0-173.183+fips1USN-8096-2
linux-image-5.15.0-173-genericUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-generic-64kUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-generic-lpaeUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-lowlatencyUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-5.15.0-173-lowlatency-64kUbuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
Fixed in:5.15.0-173.183USN-8096-1
linux-image-6.14.0-1012-oemUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-6.14.0-1012-realtimeUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-6.14.0-1013-awsUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-aws-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-oracleUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1013-oracle-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1016-gcpUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-1016-gcp-64kUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-32-genericUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.14.0-32-generic-64kUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.8.0-100-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-6.8.0-100-genericUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-generic-64kUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-100-lowlatency-64kUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-1023-xilinxUbuntu
Fixed in:6.8.0-1023.24USN-8052-2
linux-image-6.8.0-1030-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-6.8.0-1043-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-gke-64kUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-oracleUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1043-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1044-ibmUbuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-6.8.0-1046-awsUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-6.8.0-1046-azureUbuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-6.8.0-1046-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-6.8.0-1046-nvidiaUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1046-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1047-gcpUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-6.8.0-1047-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-6.8.0-1051-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-6.8.0-2037-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-6.8.1-1041-realtimeUbuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-awsUbuntu
Fixed in:5.15.0.1103.110~20.04.1USN-8096-3
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-5.15Ubuntu
Fixed in:5.15.0.1103.110~20.04.1USN-8096-3
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-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-1013.13~24.04.1USN-7769-3
linux-image-aws-64k-5.15Ubuntu
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-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-22.04Ubuntu
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-fipsUbuntu
Fixed in:5.15.0.1103.99USN-8096-2
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-fips-5.15Ubuntu
Fixed in:5.15.0.1103.99USN-8096-2
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1103.106USN-8096-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-azureUbuntu
Fixed in:5.15.0.1110.119~20.04.1USN-8243-1
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-azure-5.15Ubuntu
Fixed in:5.15.0.1110.119~20.04.1USN-8243-1
Fixed in:5.15.0.1109.107USN-8163-2
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1110.119~20.04.1USN-8243-1
linux-image-azure-fipsUbuntu
Fixed in:5.15.0.1109.94USN-8163-1
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-fips-5.15Ubuntu
Fixed in:5.15.0.1109.94USN-8163-1
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1109.107USN-8163-2
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-fipsUbuntu
Fixed in:5.15.0.173.100USN-8096-2
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-fips-5.15Ubuntu
Fixed in:5.15.0.173.100USN-8096-2
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-gcpUbuntu
Fixed in:5.15.0.1103.112~20.04.1USN-8096-3
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-5.15Ubuntu
Fixed in:5.15.0.1103.112~20.04.1USN-8096-3
Fixed in:5.15.0.1103.99USN-8096-1
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-fipsUbuntu
Fixed in:5.15.0.1103.93USN-8096-2
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-fips-5.15Ubuntu
Fixed in:5.15.0.1103.93USN-8096-2
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1103.99USN-8096-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-genericUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
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-32.32~24.04.1USN-7769-3
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-lpae-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-gkeUbuntu
Fixed in:5.15.0.1099.98USN-8096-3
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1099.98USN-8096-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:5.15.0.1086.85USN-8096-1
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1086.85USN-8096-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-ibmUbuntu
Fixed in:5.15.0.1097.100~20.04.1USN-8096-1
Fixed in:5.15.0.1097.93USN-8096-1
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-5.15Ubuntu
Fixed in:5.15.0.1097.100~20.04.1USN-8096-1
Fixed in:5.15.0.1097.93USN-8096-1
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-intelUbuntu
Fixed in:5.15.0.1098.104~20.04.1USN-8096-3
linux-image-intel-iot-realtimeUbuntu
Fixed in:5.15.0.1094.98USN-8116-1
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-intel-iot-realtime-5.15Ubuntu
Fixed in:5.15.0.1094.98USN-8116-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1098.104~20.04.1USN-8096-3
Fixed in:5.15.0.1098.98USN-8096-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-intel-iotg-5.15Ubuntu
Fixed in:5.15.0.1098.104~20.04.1USN-8096-3
Fixed in:5.15.0.1098.98USN-8096-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1095.91USN-8096-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-kvm-5.15Ubuntu
Fixed in:5.15.0.1095.91USN-8096-1
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.173.146USN-8096-1
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.146USN-8096-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.173.146USN-8096-1
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.146USN-8096-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1098.98USN-8096-1
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-5.15Ubuntu
Fixed in:5.15.0.1098.98USN-8096-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1098.98USN-8096-1
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-5.15Ubuntu
Fixed in:5.15.0.1098.98USN-8096-1
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-tegraUbuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-nvidia-tegra-igxUbuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-igx-5.15Ubuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-igx-rt-5.15Ubuntu
Fixed in:5.15.0.1044.46USN-8096-5
linux-image-nvidia-tegra-rtUbuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-nvidia-tegra-rt-5.15Ubuntu
Fixed in:5.15.0.1055.55~20.04.1USN-8096-1
Fixed in:5.15.0.1055.55USN-8096-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-24.04Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04aUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04bUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04cUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oracleUbuntu
Fixed in:5.15.0.1100.106~20.04.1USN-8096-3
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-5.15Ubuntu
Fixed in:5.15.0.1100.106~20.04.1USN-8096-3
Fixed in:5.15.0.1100.96USN-8096-1
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1100.96USN-8096-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-raspiUbuntu
Fixed in:5.15.0.1097.95USN-8141-1
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-5.15Ubuntu
Fixed in:5.15.0.1097.95USN-8141-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1097.95USN-8141-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-realtimeUbuntu
Fixed in:5.15.0.1102.106USN-8096-4
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-realtime-5.15Ubuntu
Fixed in:5.15.0.1102.106USN-8096-4
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-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-1012.12~24.04.1USN-7769-2
linux-image-virtualUbuntu
Fixed in:5.15.0.173.161USN-8096-1
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-5.15Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
Fixed in:5.15.0.173.161USN-8096-1
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.173.183~20.04.1USN-8096-3
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-32.32~24.04.1USN-7769-3
linux-image-xilinxUbuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-6.8Ubuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.15.0.1067.70USN-8096-1
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-zynqmp-5.15Ubuntu
Fixed in:5.15.0.1067.70USN-8096-1
linux-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1094.96USN-8116-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1098.104USN-8096-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1098.104~20.04.1USN-8096-3
linux-kvmUbuntu
Fixed in:5.15.0-1095.100USN-8096-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-173.183USN-8096-1
Fixed in:6.8.0-100.100.1USN-8052-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-173.183~20.04.1USN-8096-3
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-nvidiaUbuntu
Fixed in:5.15.0-1098.99USN-8096-1
Fixed in:6.8.0-1046.49USN-8028-5
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-nvidia-tegraUbuntu
Fixed in:5.15.0-1055.55USN-8096-1
linux-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0-1055.55~20.04.1USN-8096-1
linux-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1044.44USN-8096-5
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-oracleUbuntu
Fixed in:5.15.0-1100.106USN-8096-1
Fixed in:6.8.0-1043.44USN-8028-5
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1100.106~20.04.1USN-8096-3
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
linux-raspiUbuntu
Fixed in:5.15.0-1097.100USN-8141-1
Fixed in:6.8.0-1047.51USN-8028-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-realtimeUbuntu
Fixed in:5.15.0-1102.111USN-8096-4
Fixed in:6.8.1-1041.42USN-8028-3
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-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
linux-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1067.71USN-8096-1

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.16%probability of exploitation in 30 days
6thpercentile

Low risk: more likely to be exploited than 6% 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-38129
CVE-2025-38129 severity badge

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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