CVE & CISA-KEV Catalog

CVE-2025-22113

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid journaling sb update on error if journal is destroying Presently we always BUG_ON if trying to start a transaction on a journal marked with JBD2_UNMOUNT, since this should never happen. However, while ltp running stress tests, it was observed that in case of some error handling paths, it is possible for update_super_work to start a transaction after the journal is destroyed eg: (umount) ext4_kill_sb kill_block_super generic_shutdown_super sync_filesystem /* commits all txns */ evict_inodes /* might start a new txn */ ext4_put_super flush_work(&sbi->s_sb_upd_work) /* flush the workqueue */ jbd2_journal_destroy journal_kill_thread journal->j_flags |= JBD2_UNMOUNT; jbd2_journal_commit_transaction jbd2_journal_get_descriptor_buffer jbd2_journal_bmap ext4_journal_bmap ext4_map_blocks ... ext4_inode_error ext4_handle_error schedule_work(&sbi->s_sb_upd_work) /* work queue kicks in */ update_super_work jbd2_journal_start start_this_handle BUG_ON(journal->j_flags & JBD2_UNMOUNT) Hence, introduce a new mount flag to indicate journal is destroying and only do a journaled (and deferred) update of sb if this flag is not set. Otherwise, just fallback to an un-journaled commit. Further, in the journal destroy path, we have the following sequence: 1. Set mount flag indicating journal is destroying 2. force a commit and wait for it 3. flush pending sb updates This sequence is important as it ensures that, after this point, there is no sb update that might be journaled so it is safe to update the sb outside the journal. (To avoid race discussed in 2d01ddc86606) Also, we don't need a similar check in ext4_grp_locked_error since it is only called from mballoc and AFAICT it would be always valid to schedule work here.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.48-1CVE-2025-22113
Fixed in:6.16.3-1CVE-2025-22113
bpftoolRocky
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
bpftool-debuginfoRocky
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.0.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernelRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64kRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-debugRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-docRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-rtRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.rt14.413.el9_2RHSA-2025:12311
Fixed in:0:5.14.0-70.140.1.rt21.212.el9_0RHSA-2025:12525
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-toolsRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
libperfRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
perfRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
perf-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
python3-perfRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-70.140.1.el9_0RHSA-2025:12526
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
rtlaRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-284.128.1.el9_2RHSA-2025:12209
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
rvRocky
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:6.12.0-55.25.1.el10_0RHSA-2025:12662
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
Fixed in:0:5.14.0-570.30.1.el9_6RHSA-2025:11861
linuxUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-awsUbuntu
Fixed in:6.8.0-1050.53USN-8095-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
linux-aws-fipsUbuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-azureUbuntu
Fixed in:6.8.0-1051.57USN-8125-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-azure-fipsUbuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-fipsUbuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-gcpUbuntu
Fixed in:6.8.0-1052.55USN-8095-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
linux-gcp-fipsUbuntu
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-gkeUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-gkeopUbuntu
Fixed in:6.8.0-1035.38USN-8095-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-ibmUbuntu
Fixed in:6.8.0-1049.49USN-8095-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1049.49~22.04.1USN-8095-1
linux-image-6.8.0-1029-xilinxUbuntu
Fixed in:6.8.0-1029.30USN-8261-1
linux-image-6.8.0-1035-gkeopUbuntu
Fixed in:6.8.0-1035.38USN-8095-1
linux-image-6.8.0-1047-oracleUbuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-6.8.0-1047-oracle-64kUbuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-6.8.0-1048-gkeUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-6.8.0-1048-gke-64kUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-6.8.0-1049-ibmUbuntu
Fixed in:6.8.0-1049.49~22.04.1USN-8095-1
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-6.8.0-1049-nvidiaUbuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-6.8.0-1049-nvidia-64kUbuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-6.8.0-1049-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-6.8.0-1049-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-6.8.0-1050-awsUbuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-6.8.0-1050-aws-64kUbuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-6.8.0-1050-aws-fipsUbuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-6.8.0-1050-raspiUbuntu
Fixed in:6.8.0-1050.54USN-8095-5
linux-image-6.8.0-1051-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1051.57USN-8125-1
linux-image-6.8.0-1052-azure-fipsUbuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-6.8.0-1052-gcpUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-6.8.0-1052-gcp-64kUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-6.8.0-1052-gcp-fipsUbuntu
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-image-6.8.0-106-fipsUbuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-6.8.0-106-genericUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-6.8.0-106-generic-64kUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-6.8.0-106-lowlatencyUbuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-6.8.0-106-lowlatency-64kUbuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-6.8.0-2040-raspi-realtimeUbuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-image-6.8.1-1045-realtimeUbuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-awsUbuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1050.53~22.04.1USN-8095-4
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-aws-fipsUbuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1050.53+fips1USN-8095-2
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1050.53USN-8095-1
linux-image-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1051.57USN-8125-1
linux-image-azure-fipsUbuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1052.58+fips1USN-8165-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1051.57USN-8125-1
linux-image-fipsUbuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-106.106+fips1USN-8095-2
linux-image-gcpUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1052.55~22.04.1USN-8095-1
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-gcp-fipsUbuntu
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1052.55+fips1USN-8095-2
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1052.55USN-8095-1
linux-image-genericUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gke-64kUbuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gke-64k-6.8Ubuntu
Fixed in:6.8.0-1048.53USN-8095-1
linux-image-gkeopUbuntu
Fixed in:6.8.0-1035.38USN-8095-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1035.38USN-8095-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1049.49~22.04.1USN-8095-1
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1049.49USN-8095-1
linux-image-intel-iot-realtimeUbuntu
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-intel-iotgUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-kvmUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
Fixed in:6.8.0-106.106.1USN-8095-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
Fixed in:6.8.0-1049.52USN-8100-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1047.48USN-8095-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1050.54USN-8095-5
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1050.54USN-8095-5
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-image-realtimeUbuntu
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
Fixed in:6.8.1-1045.46USN-8095-3
linux-image-realtime-hwe-22.04Ubuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
linux-image-virtualUbuntu
Fixed in:6.8.0-106.106USN-8095-1
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
Fixed in:6.8.0-106.106USN-8095-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-106.106~22.04.1USN-8095-1
linux-image-xilinxUbuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-image-xilinx-6.8Ubuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:6.8.0.1029.30USN-8261-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-106.106.1USN-8095-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-106.106.1~22.04.1USN-8095-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1049.52USN-8100-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1049.52~22.04.1USN-8100-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1049.52.1USN-8100-1
linux-oracleUbuntu
Fixed in:6.8.0-1047.48USN-8095-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1047.48~22.04.1USN-8095-1
linux-raspiUbuntu
Fixed in:6.8.0-1050.54USN-8095-5
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2040.41USN-8095-5
linux-realtimeUbuntu
Fixed in:6.8.1-1045.46USN-8095-3
linux-realtime-6.8Ubuntu
Fixed in:6.8.1-1045.46~22.04.1USN-8095-3
linux-xilinxUbuntu
Fixed in:6.8.0-1029.30USN-8261-1

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.17%probability of exploitation in 30 days
6thpercentile

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

References

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

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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