CVE & CISA-KEV Catalog

CVE-2025-38350

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: net/sched: Always pass notifications when child class becomes empty Certain classful qdiscs may invoke their classes' dequeue handler on an enqueue operation. This may unexpectedly empty the child qdisc and thus make an in-flight class passive via qlen_notify(). Most qdiscs do not expect such behaviour at this point in time and may re-activate the class eventually anyways which will lead to a use-after-free. The referenced fix commit attempted to fix this behavior for the HFSC case by moving the backlog accounting around, though this turned out to be incomplete since the parent's parent may run into the issue too. The following reproducer demonstrates this use-after-free: tc qdisc add dev lo root handle 1: drr tc filter add dev lo parent 1: basic classid 1:1 tc class add dev lo parent 1: classid 1:1 drr tc qdisc add dev lo parent 1:1 handle 2: hfsc def 1 tc class add dev lo parent 2: classid 2:1 hfsc rt m1 8 d 1 m2 0 tc qdisc add dev lo parent 2:1 handle 3: netem tc qdisc add dev lo parent 3:1 handle 4: blackhole echo 1 | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888 tc class delete dev lo classid 1:1 echo 1 | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888 Since backlog accounting issues leading to a use-after-frees on stale class pointers is a recurring pattern at this point, this patch takes a different approach. Instead of trying to fix the accounting, the patch ensures that qdisc_tree_reduce_backlog always calls qlen_notify when the child qdisc is empty. This solves the problem because deletion of qdiscs always involves a call to qdisc_reset() and / or qdisc_purge_queue() which ultimately resets its qlen to 0 thus causing the following qdisc_tree_reduce_backlog() to report to the parent. Note that this may call qlen_notify on passive classes multiple times. This is not a problem after the recent patch series that made all the classful qdiscs qlen_notify() handlers idempotent.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.244-1CVE-2025-38350
Fixed in:6.1.147-1CVE-2025-38350
Fixed in:6.12.37-1CVE-2025-38350
Fixed in:6.12.37-1CVE-2025-38350
bpftoolRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
bpftoolRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
bpftool-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:7.3.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:7.0.0-284.134.1.el9_2RHSA-2025:14696
kernelRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64kRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-abi-whitelistsRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
kernel-abi-whitelistsRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
kernel-bootwrapperRocky
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-bootwrapperRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debuginfo-common-ppc64Rocky
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
kernel-debuginfo-common-ppc64Red Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-docRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-kdumpRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdumpRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-develRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-kdump-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
kernel-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-rtRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-docRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-docRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.rt7.416.el8_10RHSA-2025:15786
Fixed in:0:5.14.0-70.144.1.rt21.216.el9_0RHSA-2025:14749
Fixed in:0:5.14.0-284.134.1.rt14.419.el9_2RHSA-2025:14691
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-rt-traceRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-traceRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-develRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-rt-trace-develRocky
Fixed in:0:3.10.0-1160.137.1.rt56.1289.el7RHSA-2025:14746
kernel-toolsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-tools-libsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
kpatch-patch-4_18_0-372_118_1Rocky
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_118_1Red Hat / RHEL
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_118_1-debuginfoRocky
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_118_1-debuginfoRed Hat / RHEL
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_118_1-debugsourceRed Hat / RHEL
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_118_1-debugsourceRocky
Fixed in:0:1-11.el8_6RHSA-2025:16580
Fixed in:0:1-11.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_131_1Red Hat / RHEL
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_131_1Rocky
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_131_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_131_1-debuginfoRocky
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_131_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_131_1-debugsourceRocky
Fixed in:0:1-10.el8_6RHSA-2025:16580
Fixed in:0:1-10.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_137_1Rocky
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_137_1Red Hat / RHEL
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_137_1-debuginfoRed Hat / RHEL
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_137_1-debuginfoRocky
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_137_1-debugsourceRocky
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_137_1-debugsourceRed Hat / RHEL
Fixed in:0:1-7.el8_6RHSA-2025:16580
Fixed in:0:1-7.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_145_1Rocky
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_145_1Red Hat / RHEL
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_145_1-debuginfoRocky
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_145_1-debuginfoRed Hat / RHEL
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_145_1-debugsourceRed Hat / RHEL
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-372_145_1-debugsourceRocky
Fixed in:0:1-5.el8_6RHSA-2025:16580
Fixed in:0:1-5.el8_6RHSA-2025:16580
kpatch-patch-4_18_0-477_67_1Red Hat / RHEL
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_67_1Rocky
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_67_1-debuginfoRocky
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_67_1-debuginfoRed Hat / RHEL
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_67_1-debugsourceRocky
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_67_1-debugsourceRed Hat / RHEL
Fixed in:0:1-11.el8_8RHSA-2025:16583
Fixed in:0:1-11.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_81_1Rocky
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_81_1Red Hat / RHEL
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_81_1-debuginfoRocky
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_81_1-debuginfoRed Hat / RHEL
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_81_1-debugsourceRocky
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_81_1-debugsourceRed Hat / RHEL
Fixed in:0:1-9.el8_8RHSA-2025:16583
Fixed in:0:1-9.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_89_1Red Hat / RHEL
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_89_1Rocky
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_89_1-debuginfoRocky
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_89_1-debuginfoRed Hat / RHEL
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_89_1-debugsourceRocky
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_89_1-debugsourceRed Hat / RHEL
Fixed in:0:1-7.el8_8RHSA-2025:16583
Fixed in:0:1-7.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_97_1Rocky
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_97_1Red Hat / RHEL
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_97_1-debuginfoRocky
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_97_1-debuginfoRed Hat / RHEL
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_97_1-debugsourceRed Hat / RHEL
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-477_97_1-debugsourceRocky
Fixed in:0:1-5.el8_8RHSA-2025:16583
Fixed in:0:1-5.el8_8RHSA-2025:16583
kpatch-patch-4_18_0-553_16_1Rocky
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_16_1Red Hat / RHEL
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_16_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_16_1-debuginfoRocky
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_16_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_16_1-debugsourceRocky
Fixed in:0:1-10.el8_10RHSA-2025:16582
Fixed in:0:1-10.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_30_1Red Hat / RHEL
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_30_1Rocky
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_30_1-debuginfoRocky
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_30_1-debuginfoRed Hat / RHEL
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_30_1-debugsourceRocky
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_30_1-debugsourceRed Hat / RHEL
Fixed in:0:1-9.el8_10RHSA-2025:16582
Fixed in:0:1-9.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_40_1Red Hat / RHEL
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_40_1Rocky
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_40_1-debuginfoRocky
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_40_1-debuginfoRed Hat / RHEL
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_40_1-debugsourceRocky
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_40_1-debugsourceRed Hat / RHEL
Fixed in:0:1-7.el8_10RHSA-2025:16582
Fixed in:0:1-7.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_53_1Red Hat / RHEL
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_53_1Rocky
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_53_1-debuginfoRocky
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_53_1-debuginfoRed Hat / RHEL
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_53_1-debugsourceRed Hat / RHEL
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_53_1-debugsourceRocky
Fixed in:0:1-5.el8_10RHSA-2025:16582
Fixed in:0:1-5.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_72_1Red Hat / RHEL
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_72_1Rocky
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_72_1-debuginfoRed Hat / RHEL
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_72_1-debuginfoRocky
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_72_1-debugsourceRocky
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
kpatch-patch-4_18_0-553_72_1-debugsourceRed Hat / RHEL
Fixed in:0:1-2.el8_10RHSA-2025:16582
Fixed in:0:1-2.el8_10RHSA-2025:16582
kpatch-patch-5_14_0-284_104_1Rocky
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_104_1Red Hat / RHEL
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_104_1-debuginfoRocky
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_104_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_104_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_104_1-debugsourceRocky
Fixed in:0:1-10.el9_2RHSA-2025:16539
Fixed in:0:1-10.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_117_1Rocky
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_117_1Red Hat / RHEL
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_117_1-debuginfoRed Hat / RHEL
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_117_1-debuginfoRocky
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_117_1-debugsourceRed Hat / RHEL
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_117_1-debugsourceRocky
Fixed in:0:1-7.el9_2RHSA-2025:16539
Fixed in:0:1-7.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_79_1Red Hat / RHEL
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_79_1Rocky
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_79_1-debuginfoRocky
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_79_1-debuginfoRed Hat / RHEL
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_79_1-debugsourceRed Hat / RHEL
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_79_1-debugsourceRocky
Fixed in:0:1-14.el9_2RHSA-2025:16539
Fixed in:0:1-14.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_92_1Red Hat / RHEL
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_92_1Rocky
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_92_1-debuginfoRed Hat / RHEL
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_92_1-debuginfoRocky
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_92_1-debugsourceRocky
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-284_92_1-debugsourceRed Hat / RHEL
Fixed in:0:1-12.el9_2RHSA-2025:16539
Fixed in:0:1-12.el9_2RHSA-2025:16539
kpatch-patch-5_14_0-427_31_1Red Hat / RHEL
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_31_1Rocky
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_31_1-debuginfoRed Hat / RHEL
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_31_1-debuginfoRocky
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_31_1-debugsourceRocky
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_31_1-debugsourceRed Hat / RHEL
Fixed in:0:1-14.el9_4RHSA-2025:16540
Fixed in:0:1-14.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_44_1Rocky
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_44_1Red Hat / RHEL
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_44_1-debuginfoRed Hat / RHEL
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_44_1-debuginfoRocky
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_44_1-debugsourceRocky
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_44_1-debugsourceRed Hat / RHEL
Fixed in:0:1-12.el9_4RHSA-2025:16540
Fixed in:0:1-12.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_55_1Red Hat / RHEL
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_55_1Rocky
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_55_1-debuginfoRocky
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_55_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_55_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_55_1-debugsourceRocky
Fixed in:0:1-10.el9_4RHSA-2025:16540
Fixed in:0:1-10.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_68_2Rocky
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_68_2Red Hat / RHEL
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_68_2-debuginfoRocky
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_68_2-debuginfoRed Hat / RHEL
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_68_2-debugsourceRed Hat / RHEL
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_68_2-debugsourceRocky
Fixed in:0:1-7.el9_4RHSA-2025:16540
Fixed in:0:1-7.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_84_1Red Hat / RHEL
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_84_1Rocky
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_84_1-debuginfoRed Hat / RHEL
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_84_1-debuginfoRocky
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_84_1-debugsourceRocky
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-427_84_1-debugsourceRed Hat / RHEL
Fixed in:0:1-2.el9_4RHSA-2025:16540
Fixed in:0:1-2.el9_4RHSA-2025:16540
kpatch-patch-5_14_0-570_17_1Rocky
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
kpatch-patch-5_14_0-570_17_1Red Hat / RHEL
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
kpatch-patch-5_14_0-570_17_1-debuginfoRocky
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
kpatch-patch-5_14_0-570_17_1-debuginfoRed Hat / RHEL
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
kpatch-patch-5_14_0-570_17_1-debugsourceRed Hat / RHEL
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
kpatch-patch-5_14_0-570_17_1-debugsourceRocky
Fixed in:0:1-10.el9_6RHSA-2025:16538
Fixed in:0:1-10.el9_6RHSA-2025:16538
kpatch-patch-5_14_0-70_112_1Rocky
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_112_1Red Hat / RHEL
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_112_1-debuginfoRocky
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_112_1-debuginfoRed Hat / RHEL
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_112_1-debugsourceRocky
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_112_1-debugsourceRed Hat / RHEL
Fixed in:0:1-12.el9_0RHSA-2025:16541
Fixed in:0:1-12.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_121_1Rocky
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_121_1Red Hat / RHEL
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_121_1-debuginfoRocky
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_121_1-debuginfoRed Hat / RHEL
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_121_1-debugsourceRed Hat / RHEL
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_121_1-debugsourceRocky
Fixed in:0:1-11.el9_0RHSA-2025:16541
Fixed in:0:1-11.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_124_1Rocky
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_124_1Red Hat / RHEL
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_124_1-debuginfoRocky
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_124_1-debuginfoRed Hat / RHEL
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_124_1-debugsourceRed Hat / RHEL
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_124_1-debugsourceRocky
Fixed in:0:1-9.el9_0RHSA-2025:16541
Fixed in:0:1-9.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_132_1Rocky
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_132_1Red Hat / RHEL
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_132_1-debuginfoRocky
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_132_1-debuginfoRed Hat / RHEL
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_132_1-debugsourceRocky
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
kpatch-patch-5_14_0-70_132_1-debugsourceRed Hat / RHEL
Fixed in:0:1-5.el9_0RHSA-2025:16541
Fixed in:0:1-5.el9_0RHSA-2025:16541
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
libperfRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
libperf-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
perfRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
perf-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
python-perfRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
python-perfRocky
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
python-perf-debuginfoRocky
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
python-perf-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7.ppc64RHSA-2025:14748
Fixed in:0:3.10.0-1062.99.1.el7RHSA-2025:14413
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
Fixed in:0:3.10.0-1160.137.1.el7RHSA-2025:14748
python3-perfRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-305.170.1.el8_4RHSA-2025:15035
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-477.107.1.el8_8RHSA-2025:14511
Fixed in:0:4.18.0-372.158.1.el8_6RHSA-2025:14692
Fixed in:0:4.18.0-193.165.1.el8_2RHSA-2025:14742
Fixed in:0:4.18.0-553.75.1.el8_10RHSA-2025:15785
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-70.144.1.el9_0RHSA-2025:14744
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
rtlaRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-284.134.1.el9_2RHSA-2025:14696
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
rvRocky
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:6.12.0-55.31.1.el10_0RHSA-2025:15447
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-570.39.1.el9_6RHSA-2025:15011
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
Fixed in:0:5.14.0-427.85.1.el9_4RHSA-2025:15016
linuxUbuntu
Fixed in:4.15.0-241.253USN-7755-1
Fixed in:5.4.0-221.241USN-7754-1
Fixed in:5.15.0-153.163USN-7726-1
Fixed in:6.8.0-79.79USN-7725-1
linux-awsUbuntu
Fixed in:4.15.0-1184.197USN-7755-1
Fixed in:5.4.0-1150.160USN-7754-1
Fixed in:5.15.0-1091.98USN-7726-1
Fixed in:6.8.0-1036.38USN-7725-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1091.98~20.04.1USN-7726-1
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1150.160~18.04.1USN-7754-1
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1036.38~22.04.1USN-7725-1
linux-aws-fipsUbuntu
Fixed in:4.15.0-2122.128USN-7755-3
Fixed in:5.4.0-1150.160+fips1USN-7754-2
Fixed in:5.15.0-1091.98+fips1USN-7726-3
linux-aws-hweUbuntu
Fixed in:4.15.0-1184.197~16.04.1USN-7755-1
linux-azureUbuntu
Fixed in:4.15.0-1192.207~14.04.1USN-7755-1
Fixed in:4.15.0-1192.207~16.04.1USN-7755-1
Fixed in:5.4.0-1154.161USN-7819-1
Fixed in:5.15.0-1095.104USN-7726-5
Fixed in:6.8.0-1038.44USN-7802-1
linux-azure-4.15Ubuntu
Fixed in:4.15.0-1192.207USN-7755-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1095.104~20.04.1USN-7726-5
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1154.161~18.04.1USN-7819-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-azure-fipsUbuntu
Fixed in:4.15.0-2101.107USN-7755-2
Fixed in:5.4.0-1155.162+fips1USN-7819-2
Fixed in:5.15.0-1095.104+fips1USN-7726-5
linux-azure-nvidiaUbuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1109.116USN-7754-1
linux-fipsUbuntu
Fixed in:4.15.0-1139.150USN-7755-2
Fixed in:5.4.0-1124.134USN-7754-2
Fixed in:5.15.0-153.163+fips1USN-7726-3
linux-gcpUbuntu
Fixed in:4.15.0-1177.194~16.04.1USN-7755-1
Fixed in:5.4.0-1153.162USN-7754-1
Fixed in:5.15.0-1091.100USN-7726-1
Fixed in:6.8.0-1037.39USN-7725-1
linux-gcp-4.15Ubuntu
Fixed in:4.15.0-1177.194USN-7755-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1091.100~20.04.1USN-7726-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1153.162~18.04.1USN-7754-1
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1015.16~24.04.1USN-7722-2
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1037.39~22.04.1USN-7725-3
linux-gcp-fipsUbuntu
Fixed in:4.15.0-2085.91USN-7755-2
Fixed in:5.4.0-1153.162+fips1USN-7754-2
Fixed in:5.15.0-1091.100+fips1USN-7726-3
linux-gkeUbuntu
Fixed in:5.15.0-1088.94USN-7726-4
Fixed in:6.8.0-1033.37USN-7725-3
linux-gkeopUbuntu
Fixed in:5.15.0-1074.82USN-7726-1
Fixed in:6.8.0-1020.22USN-7725-3
linux-hweUbuntu
Fixed in:4.15.0-241.253~16.04.1USN-7755-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-153.163~20.04.1USN-7726-1
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-221.241~18.04.1USN-7754-1
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-ibmUbuntu
Fixed in:5.4.0-1096.101USN-7754-1
Fixed in:5.15.0-1085.88USN-7726-1
Fixed in:6.8.0-1037.37USN-7779-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1085.88~20.04.1USN-7726-4
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1096.101~18.04.1USN-7754-1
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1037.37~22.04.1USN-7779-1
linux-image-4.15.0-1139-fipsUbuntu
Fixed in:4.15.0-1139.150USN-7755-2
linux-image-4.15.0-1146-oracleUbuntu
Fixed in:4.15.0-1146.157USN-7755-1
linux-image-4.15.0-1148-oracleUbuntu
Fixed in:4.15.0-1148.159~16.04.1USN-7875-1
linux-image-4.15.0-1167-kvmUbuntu
Fixed in:4.15.0-1167.172USN-7755-1
linux-image-4.15.0-1177-gcpUbuntu
Fixed in:4.15.0-1177.194~16.04.1USN-7755-1
Fixed in:4.15.0-1177.194USN-7755-1
linux-image-4.15.0-1184-awsUbuntu
Fixed in:4.15.0-1184.197~16.04.1USN-7755-1
Fixed in:4.15.0-1184.197USN-7755-1
linux-image-4.15.0-1192-azureUbuntu
Fixed in:4.15.0-1192.207~14.04.1USN-7755-1
Fixed in:4.15.0-1192.207~16.04.1USN-7755-1
Fixed in:4.15.0-1192.207USN-7755-1
linux-image-4.15.0-2085-gcp-fipsUbuntu
Fixed in:4.15.0-2085.91USN-7755-2
linux-image-4.15.0-2101-azure-fipsUbuntu
Fixed in:4.15.0-2101.107USN-7755-2
linux-image-4.15.0-2122-aws-fipsUbuntu
Fixed in:4.15.0-2122.128USN-7755-3
linux-image-4.15.0-241-genericUbuntu
Fixed in:4.15.0-241.253~16.04.1USN-7755-1
Fixed in:4.15.0-241.253USN-7755-1
linux-image-4.15.0-241-lowlatencyUbuntu
Fixed in:4.15.0-241.253~16.04.1USN-7755-1
Fixed in:4.15.0-241.253USN-7755-1
linux-image-5.15.0-1033-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1033.33USN-7726-1
linux-image-5.15.0-1033-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0-1033.33USN-7726-1
linux-image-5.15.0-1044-nvidia-tegraUbuntu
Fixed in:5.15.0-1044.44~20.04.1USN-7726-1
Fixed in:5.15.0-1044.44USN-7726-1
linux-image-5.15.0-1044-nvidia-tegra-rtUbuntu
Fixed in:5.15.0-1044.44~20.04.1USN-7726-1
Fixed in:5.15.0-1044.44USN-7726-1
linux-image-5.15.0-1055-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1055.59USN-7726-1
linux-image-5.15.0-1074-gkeopUbuntu
Fixed in:5.15.0-1074.82USN-7726-1
linux-image-5.15.0-1084-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1084.86USN-7726-2
linux-image-5.15.0-1085-ibmUbuntu
Fixed in:5.15.0-1085.88~20.04.1USN-7726-4
Fixed in:5.15.0-1085.88USN-7726-1
linux-image-5.15.0-1085-raspiUbuntu
Fixed in:5.15.0-1085.88USN-7726-1
linux-image-5.15.0-1086-intel-iotgUbuntu
Fixed in:5.15.0-1086.92~20.04.1USN-7726-1
Fixed in:5.15.0-1086.92USN-7726-1
linux-image-5.15.0-1086-nvidiaUbuntu
Fixed in:5.15.0-1086.87USN-7726-1
linux-image-5.15.0-1086-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1086.87USN-7726-1
linux-image-5.15.0-1087-kvmUbuntu
Fixed in:5.15.0-1087.92USN-7726-4
linux-image-5.15.0-1088-gkeUbuntu
Fixed in:5.15.0-1088.94USN-7726-4
linux-image-5.15.0-1089-oracleUbuntu
Fixed in:5.15.0-1089.95USN-7726-1
linux-image-5.15.0-1090-oracleUbuntu
Fixed in:5.15.0-1090.96~20.04.1USN-7776-1
linux-image-5.15.0-1091-awsUbuntu
Fixed in:5.15.0-1091.98~20.04.1USN-7726-1
Fixed in:5.15.0-1091.98USN-7726-1
linux-image-5.15.0-1091-aws-64kUbuntu
Fixed in:5.15.0-1091.98USN-7726-1
linux-image-5.15.0-1091-aws-fipsUbuntu
Fixed in:5.15.0-1091.98+fips1USN-7726-3
linux-image-5.15.0-1091-gcpUbuntu
Fixed in:5.15.0-1091.100~20.04.1USN-7726-1
Fixed in:5.15.0-1091.100USN-7726-1
linux-image-5.15.0-1091-gcp-fipsUbuntu
Fixed in:5.15.0-1091.100+fips1USN-7726-3
linux-image-5.15.0-1091-realtimeUbuntu
Fixed in:5.15.0-1091.100USN-7726-2
linux-image-5.15.0-1095-azureUbuntu
Fixed in:5.15.0-1095.104~20.04.1USN-7726-5
Fixed in:5.15.0-1095.104USN-7726-5
linux-image-5.15.0-1095-azure-fipsUbuntu
Fixed in:5.15.0-1095.104+fips1USN-7726-5
linux-image-5.15.0-153-fipsUbuntu
Fixed in:5.15.0-153.163+fips1USN-7726-3
linux-image-5.15.0-153-genericUbuntu
Fixed in:5.15.0-153.163~20.04.1USN-7726-1
Fixed in:5.15.0-153.163USN-7726-1
linux-image-5.15.0-153-generic-64kUbuntu
Fixed in:5.15.0-153.163~20.04.1USN-7726-1
Fixed in:5.15.0-153.163USN-7726-1
linux-image-5.15.0-153-generic-lpaeUbuntu
Fixed in:5.15.0-153.163~20.04.1USN-7726-1
Fixed in:5.15.0-153.163USN-7726-1
linux-image-5.15.0-153-lowlatencyUbuntu
Fixed in:5.15.0-153.163~20.04.1USN-7726-1
Fixed in:5.15.0-153.163USN-7726-1
linux-image-5.15.0-153-lowlatency-64kUbuntu
Fixed in:5.15.0-153.163~20.04.1USN-7726-1
Fixed in:5.15.0-153.163USN-7726-1
linux-image-5.4.0-1054-iotUbuntu
Fixed in:5.4.0-1054.57USN-7754-1
linux-image-5.4.0-1068-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1068.72USN-7754-1
linux-image-5.4.0-1096-ibmUbuntu
Fixed in:5.4.0-1096.101~18.04.1USN-7754-1
Fixed in:5.4.0-1096.101USN-7754-1
linux-image-5.4.0-1109-bluefieldUbuntu
Fixed in:5.4.0-1109.116USN-7754-1
linux-image-5.4.0-1124-fipsUbuntu
Fixed in:5.4.0-1124.134USN-7754-2
linux-image-5.4.0-1133-raspiUbuntu
Fixed in:5.4.0-1133.146~18.04.1USN-7754-1
Fixed in:5.4.0-1133.146USN-7754-1
linux-image-5.4.0-1137-kvmUbuntu
Fixed in:5.4.0-1137.146USN-7754-1
linux-image-5.4.0-1148-oracleUbuntu
Fixed in:5.4.0-1148.158~18.04.1USN-7832-1
linux-image-5.4.0-1149-oracleUbuntu
Fixed in:5.4.0-1149.159USN-7820-1
linux-image-5.4.0-1150-awsUbuntu
Fixed in:5.4.0-1150.160~18.04.1USN-7754-1
Fixed in:5.4.0-1150.160USN-7754-1
linux-image-5.4.0-1150-aws-fipsUbuntu
Fixed in:5.4.0-1150.160+fips1USN-7754-2
linux-image-5.4.0-1153-gcpUbuntu
Fixed in:5.4.0-1153.162~18.04.1USN-7754-1
Fixed in:5.4.0-1153.162USN-7754-1
linux-image-5.4.0-1153-gcp-fipsUbuntu
Fixed in:5.4.0-1153.162+fips1USN-7754-2
linux-image-5.4.0-1154-azureUbuntu
Fixed in:5.4.0-1154.161~18.04.1USN-7819-1
Fixed in:5.4.0-1154.161USN-7819-1
linux-image-5.4.0-1155-azure-fipsUbuntu
Fixed in:5.4.0-1155.162+fips1USN-7819-2
linux-image-5.4.0-221-genericUbuntu
Fixed in:5.4.0-221.241~18.04.1USN-7754-1
Fixed in:5.4.0-221.241USN-7754-1
linux-image-5.4.0-221-generic-lpaeUbuntu
Fixed in:5.4.0-221.241USN-7754-1
linux-image-5.4.0-221-lowlatencyUbuntu
Fixed in:5.4.0-221.241~18.04.1USN-7754-1
Fixed in:5.4.0-221.241USN-7754-1
linux-image-6.14.0-1011-oemUbuntu
Fixed in:6.14.0-1011.11USN-7724-1
linux-image-6.14.0-1011-realtimeUbuntu
Fixed in:6.14.0-1011.11~24.04.1USN-7722-1
linux-image-6.14.0-1012-awsUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-1
linux-image-6.14.0-1012-aws-64kUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-1
linux-image-6.14.0-1012-oracleUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-2
linux-image-6.14.0-1012-oracle-64kUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-2
linux-image-6.14.0-1015-gcpUbuntu
Fixed in:6.14.0-1015.16~24.04.1USN-7722-2
linux-image-6.14.0-1015-gcp-64kUbuntu
Fixed in:6.14.0-1015.16~24.04.1USN-7722-2
linux-image-6.14.0-29-genericUbuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-6.14.0-29-generic-64kUbuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-6.8.0-1020-gkeopUbuntu
Fixed in:6.8.0-1020.22USN-7725-3
linux-image-6.8.0-1025-azure-nvidiaUbuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-6.8.0-1033-gkeUbuntu
Fixed in:6.8.0-1033.37USN-7725-3
linux-image-6.8.0-1033-oracleUbuntu
Fixed in:6.8.0-1033.34~22.04.1USN-7725-1
Fixed in:6.8.0-1033.34USN-7725-1
linux-image-6.8.0-1033-oracle-64kUbuntu
Fixed in:6.8.0-1033.34~22.04.1USN-7725-1
Fixed in:6.8.0-1033.34USN-7725-1
linux-image-6.8.0-1036-awsUbuntu
Fixed in:6.8.0-1036.38~22.04.1USN-7725-1
Fixed in:6.8.0-1036.38USN-7725-1
linux-image-6.8.0-1036-aws-64kUbuntu
Fixed in:6.8.0-1036.38~22.04.1USN-7725-1
Fixed in:6.8.0-1036.38USN-7725-1
linux-image-6.8.0-1036-azureUbuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-image-6.8.0-1036-azure-fdeUbuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-image-6.8.0-1036-nvidiaUbuntu
Fixed in:6.8.0-1036.39~22.04.1USN-7725-3
Fixed in:6.8.0-1036.39USN-7725-3
linux-image-6.8.0-1036-nvidia-64kUbuntu
Fixed in:6.8.0-1036.39~22.04.1USN-7725-3
Fixed in:6.8.0-1036.39USN-7725-3
linux-image-6.8.0-1036-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1036.39.1USN-7725-3
linux-image-6.8.0-1036-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1036.39.1USN-7725-3
linux-image-6.8.0-1036-raspiUbuntu
Fixed in:6.8.0-1036.40USN-7725-3
linux-image-6.8.0-1037-gcpUbuntu
Fixed in:6.8.0-1037.39~22.04.1USN-7725-3
Fixed in:6.8.0-1037.39USN-7725-1
linux-image-6.8.0-1037-gcp-64kUbuntu
Fixed in:6.8.0-1037.39~22.04.1USN-7725-3
Fixed in:6.8.0-1037.39USN-7725-1
linux-image-6.8.0-1037-ibmUbuntu
Fixed in:6.8.0-1037.37~22.04.1USN-7779-1
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-6.8.0-1038-azureUbuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-6.8.0-1038-azure-fdeUbuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-6.8.0-2029-raspi-realtimeUbuntu
Fixed in:6.8.0-2029.30USN-7725-2
linux-image-6.8.0-79-genericUbuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
Fixed in:6.8.0-79.79USN-7725-1
linux-image-6.8.0-79-generic-64kUbuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
Fixed in:6.8.0-79.79USN-7725-1
linux-image-6.8.0-79-lowlatencyUbuntu
Fixed in:6.8.0-79.79.1~22.04.1USN-7725-1
Fixed in:6.8.0-79.79.1USN-7725-1
linux-image-6.8.0-79-lowlatency-64kUbuntu
Fixed in:6.8.0-79.79.1~22.04.1USN-7725-1
Fixed in:6.8.0-79.79.1USN-7725-1
linux-image-6.8.1-1031-realtimeUbuntu
Fixed in:6.8.1-1031.32USN-7725-2
linux-image-awsUbuntu
Fixed in:5.4.0.1150.160~18.04.1USN-7754-1
Fixed in:5.15.0.1091.98~20.04.1USN-7726-1
Fixed in:6.8.0-1036.38~22.04.1USN-7725-1
Fixed in:6.14.0-1012.12~24.04.1USN-7722-1
linux-image-aws-4.15Ubuntu
Fixed in:4.15.0.1184.182USN-7755-1
linux-image-aws-5.15Ubuntu
Fixed in:5.15.0.1091.98~20.04.1USN-7726-1
Fixed in:5.15.0.1091.94USN-7726-1
linux-image-aws-5.4Ubuntu
Fixed in:5.4.0.1150.160~18.04.1USN-7754-1
Fixed in:5.4.0.1150.147USN-7754-1
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-1
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1036.38~22.04.1USN-7725-1
Fixed in:6.8.0-1036.38USN-7725-1
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1036.38~22.04.1USN-7725-1
Fixed in:6.14.0-1012.12~24.04.1USN-7722-1
linux-image-aws-64k-5.15Ubuntu
Fixed in:5.15.0.1091.94USN-7726-1
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-1
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1036.38~22.04.1USN-7725-1
Fixed in:6.8.0-1036.38USN-7725-1
linux-image-aws-64k-lts-22.04Ubuntu
Fixed in:5.15.0.1091.94USN-7726-1
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1036.38USN-7725-1
linux-image-aws-fipsUbuntu
Fixed in:4.15.0.2122.116USN-7755-3
Fixed in:5.4.0.1150.97USN-7754-2
Fixed in:5.15.0.1091.87USN-7726-3
linux-image-aws-fips-4.15Ubuntu
Fixed in:4.15.0.2122.116USN-7755-3
linux-image-aws-fips-5.15Ubuntu
Fixed in:5.15.0.1091.87USN-7726-3
linux-image-aws-fips-5.4Ubuntu
Fixed in:5.4.0.1150.97USN-7754-2
linux-image-aws-hweUbuntu
Fixed in:4.15.0.1184.197~16.04.1USN-7755-1
linux-image-aws-lts-18.04Ubuntu
Fixed in:4.15.0.1184.182USN-7755-1
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1150.147USN-7754-1
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1091.94USN-7726-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1036.38USN-7725-1
linux-image-azureUbuntu
Fixed in:4.15.0.1192.207~14.04.1USN-7755-1
Fixed in:4.15.0.1192.207~16.04.1USN-7755-1
Fixed in:5.4.0.1154.161~18.04.1USN-7819-1
Fixed in:5.15.0.1095.104~20.04.1USN-7726-5
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-image-azure-4.15Ubuntu
Fixed in:4.15.0.1192.160USN-7755-1
linux-image-azure-5.15Ubuntu
Fixed in:5.15.0.1095.104~20.04.1USN-7726-5
Fixed in:5.15.0.1095.93USN-7726-5
linux-image-azure-5.4Ubuntu
Fixed in:5.4.0.1154.161~18.04.1USN-7819-1
Fixed in:5.4.0.1154.148USN-7819-1
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1095.104~20.04.1USN-7726-5
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
linux-image-azure-fde-6.8Ubuntu
Fixed in:6.8.0-1036.42~22.04.1USN-7802-1
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-fde-lts-24.04Ubuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-fipsUbuntu
Fixed in:4.15.0.2101.97USN-7755-2
Fixed in:5.4.0.1155.92USN-7819-2
Fixed in:5.15.0.1095.80USN-7726-5
linux-image-azure-fips-4.15Ubuntu
Fixed in:4.15.0.2101.97USN-7755-2
linux-image-azure-fips-5.15Ubuntu
Fixed in:5.15.0.1095.80USN-7726-5
linux-image-azure-fips-5.4Ubuntu
Fixed in:5.4.0.1155.92USN-7819-2
linux-image-azure-lts-18.04Ubuntu
Fixed in:4.15.0.1192.160USN-7755-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1154.148USN-7819-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1095.93USN-7726-5
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1038.44USN-7802-1
linux-image-azure-nvidiaUbuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-azure-nvidia-6.8Ubuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-azure-nvidia-lts-24.04Ubuntu
Fixed in:6.8.0-1025.27USN-7809-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1109.105USN-7754-1
linux-image-bluefield-5.4Ubuntu
Fixed in:5.4.0.1109.105USN-7754-1
linux-image-fipsUbuntu
Fixed in:4.15.0.1139.136USN-7755-2
Fixed in:5.4.0.1124.121USN-7754-2
Fixed in:5.15.0.153.88USN-7726-3
linux-image-fips-5.15Ubuntu
Fixed in:5.15.0.153.88USN-7726-3
linux-image-fips-5.4Ubuntu
Fixed in:5.4.0.1124.121USN-7754-2
linux-image-gcpUbuntu
Fixed in:4.15.0.1177.194~16.04.1USN-7755-1
Fixed in:5.4.0.1153.162~18.04.1USN-7754-1
Fixed in:5.15.0.1091.100~20.04.1USN-7726-1
Fixed in:6.8.0-1037.39~22.04.1USN-7725-3
Fixed in:6.14.0-1015.16~24.04.1USN-7722-2
linux-image-gcp-4.15Ubuntu
Fixed in:4.15.0.1177.190USN-7755-1
linux-image-gcp-5.15Ubuntu
Fixed in:5.15.0.1091.100~20.04.1USN-7726-1
Fixed in:5.15.0.1091.87USN-7726-1
linux-image-gcp-5.4Ubuntu
Fixed in:5.4.0.1153.162~18.04.1USN-7754-1
Fixed in:5.4.0.1153.155USN-7754-1
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1015.16~24.04.1USN-7722-2
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1037.39~22.04.1USN-7725-3
Fixed in:6.8.0-1037.39USN-7725-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1037.39~22.04.1USN-7725-3
Fixed in:6.14.0-1015.16~24.04.1USN-7722-2
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1015.16~24.04.1USN-7722-2
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1037.39~22.04.1USN-7725-3
Fixed in:6.8.0-1037.39USN-7725-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1037.39USN-7725-1
linux-image-gcp-fipsUbuntu
Fixed in:4.15.0.2085.83USN-7755-2
Fixed in:5.4.0.1153.95USN-7754-2
Fixed in:5.15.0.1091.81USN-7726-3
linux-image-gcp-fips-4.15Ubuntu
Fixed in:4.15.0.2085.83USN-7755-2
linux-image-gcp-fips-5.15Ubuntu
Fixed in:5.15.0.1091.81USN-7726-3
linux-image-gcp-fips-5.4Ubuntu
Fixed in:5.4.0.1153.95USN-7754-2
linux-image-gcp-lts-18.04Ubuntu
Fixed in:4.15.0.1177.190USN-7755-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1153.155USN-7754-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1091.87USN-7726-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1037.39USN-7725-1
linux-image-genericUbuntu
Fixed in:4.15.0.241.225USN-7755-1
Fixed in:5.4.0.221.213USN-7754-1
Fixed in:5.15.0.153.153USN-7726-1
Fixed in:6.8.0-79.79USN-7725-1
linux-image-generic-5.15Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
Fixed in:5.15.0.153.153USN-7726-1
linux-image-generic-5.4Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
Fixed in:5.4.0.221.213USN-7754-1
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
Fixed in:6.8.0-79.79USN-7725-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.153.153USN-7726-1
Fixed in:6.8.0-79.79USN-7725-1
linux-image-generic-64k-5.15Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
Fixed in:5.15.0.153.153USN-7726-1
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
Fixed in:6.8.0-79.79USN-7725-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-generic-hwe-16.04Ubuntu
Fixed in:4.15.0.241.253~16.04.1USN-7755-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.221.213USN-7754-1
Fixed in:5.15.0.153.153USN-7726-1
Fixed in:6.8.0-79.79USN-7725-1
linux-image-generic-lpae-5.15Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
Fixed in:5.15.0.153.153USN-7726-1
linux-image-generic-lpae-5.4Ubuntu
Fixed in:5.4.0.221.213USN-7754-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-gkeUbuntu
Fixed in:4.15.0.1177.194~16.04.1USN-7755-1
Fixed in:5.15.0.1088.87USN-7726-4
Fixed in:6.8.0-1033.37USN-7725-3
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1088.87USN-7726-4
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1033.37USN-7725-3
linux-image-gkeopUbuntu
Fixed in:5.15.0.1074.73USN-7726-1
Fixed in:6.8.0-1020.22USN-7725-3
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1074.73USN-7726-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1020.22USN-7725-3
linux-image-ibmUbuntu
Fixed in:5.4.0.1096.101~18.04.1USN-7754-1
Fixed in:5.15.0.1085.88~20.04.1USN-7726-4
Fixed in:5.15.0.1085.81USN-7726-1
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-ibm-5.15Ubuntu
Fixed in:5.15.0.1085.88~20.04.1USN-7726-4
Fixed in:5.15.0.1085.81USN-7726-1
linux-image-ibm-5.4Ubuntu
Fixed in:5.4.0.1096.101~18.04.1USN-7754-1
Fixed in:5.4.0.1096.125USN-7754-1
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1037.37~22.04.1USN-7779-1
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1096.125USN-7754-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1037.37USN-7779-1
linux-image-intelUbuntu
Fixed in:5.15.0.1086.92~20.04.1USN-7726-1
linux-image-intel-iot-realtimeUbuntu
Fixed in:5.15.0.1084.88USN-7726-2
linux-image-intel-iot-realtime-5.15Ubuntu
Fixed in:5.15.0.1084.88USN-7726-2
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1086.92~20.04.1USN-7726-1
Fixed in:5.15.0.1086.86USN-7726-1
linux-image-intel-iotg-5.15Ubuntu
Fixed in:5.15.0.1086.92~20.04.1USN-7726-1
Fixed in:5.15.0.1086.86USN-7726-1
linux-image-kvmUbuntu
Fixed in:4.15.0.1167.158USN-7755-1
Fixed in:5.4.0.1137.133USN-7754-1
Fixed in:5.15.0.1087.83USN-7726-4
Fixed in:6.8.0-79.79USN-7725-1
linux-image-kvm-5.15Ubuntu
Fixed in:5.15.0.1087.83USN-7726-4
linux-image-kvm-5.4Ubuntu
Fixed in:5.4.0.1137.133USN-7754-1
linux-image-lowlatencyUbuntu
Fixed in:4.15.0.241.225USN-7755-1
Fixed in:5.4.0.221.213USN-7754-1
Fixed in:5.15.0.153.134USN-7726-1
Fixed in:6.8.0-79.79.1USN-7725-1
linux-image-lowlatency-5.15Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
Fixed in:5.15.0.153.134USN-7726-1
linux-image-lowlatency-5.4Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
Fixed in:5.4.0.221.213USN-7754-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-79.79.1~22.04.1USN-7725-1
Fixed in:6.8.0-79.79.1USN-7725-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.153.134USN-7726-1
Fixed in:6.8.0-79.79.1USN-7725-1
linux-image-lowlatency-64k-5.15Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
Fixed in:5.15.0.153.134USN-7726-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-79.79.1~22.04.1USN-7725-1
Fixed in:6.8.0-79.79.1USN-7725-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-79.79.1~22.04.1USN-7725-1
linux-image-lowlatency-hwe-16.04Ubuntu
Fixed in:4.15.0.241.253~16.04.1USN-7755-1
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-79.79.1~22.04.1USN-7725-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1086.86USN-7726-1
Fixed in:6.8.0-1036.39USN-7725-3
linux-image-nvidia-5.15Ubuntu
Fixed in:5.15.0.1086.86USN-7726-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1036.39~22.04.1USN-7725-3
Fixed in:6.8.0-1036.39USN-7725-3
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1036.39USN-7725-3
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1036.39~22.04.1USN-7725-3
Fixed in:6.8.0-1036.39USN-7725-3
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1036.39~22.04.1USN-7725-3
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1036.39~22.04.1USN-7725-3
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1086.86USN-7726-1
Fixed in:6.8.0-1036.39.1USN-7725-3
linux-image-nvidia-lowlatency-5.15Ubuntu
Fixed in:5.15.0.1086.86USN-7726-1
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1036.39.1USN-7725-3
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1036.39.1USN-7725-3
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1036.39.1USN-7725-3
linux-image-nvidia-tegraUbuntu
Fixed in:5.15.0.1044.44~20.04.1USN-7726-1
Fixed in:5.15.0.1044.44USN-7726-1
linux-image-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0.1044.44~20.04.1USN-7726-1
Fixed in:5.15.0.1044.44USN-7726-1
linux-image-nvidia-tegra-igxUbuntu
Fixed in:5.15.0.1033.35USN-7726-1
linux-image-nvidia-tegra-igx-5.15Ubuntu
Fixed in:5.15.0.1033.35USN-7726-1
linux-image-nvidia-tegra-igx-rtUbuntu
Fixed in:5.15.0.1033.35USN-7726-1
linux-image-nvidia-tegra-igx-rt-5.15Ubuntu
Fixed in:5.15.0.1033.35USN-7726-1
linux-image-nvidia-tegra-rtUbuntu
Fixed in:5.15.0.1044.44~20.04.1USN-7726-1
Fixed in:5.15.0.1044.44USN-7726-1
linux-image-nvidia-tegra-rt-5.15Ubuntu
Fixed in:5.15.0.1044.44~20.04.1USN-7726-1
Fixed in:5.15.0.1044.44USN-7726-1
linux-image-oemUbuntu
Fixed in:4.15.0.241.253~16.04.1USN-7755-1
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
Fixed in:5.4.0.221.213USN-7754-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-oem-24.04aUbuntu
Fixed in:6.14.0-1011.11USN-7724-1
linux-image-oem-24.04cUbuntu
Fixed in:6.14.0-1011.11USN-7724-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1011.11USN-7724-1
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
Fixed in:5.4.0.221.213USN-7754-1
linux-image-oracleUbuntu
Fixed in:4.15.0.1148.159~16.04.1USN-7875-1
Fixed in:5.4.0.1148.158~18.04.1USN-7832-1
Fixed in:5.15.0.1090.96~20.04.1USN-7776-1
Fixed in:6.8.0-1033.34~22.04.1USN-7725-1
Fixed in:6.14.0-1012.12~24.04.1USN-7722-2
linux-image-oracle-4.15Ubuntu
Fixed in:4.15.0.1146.151USN-7755-1
linux-image-oracle-5.15Ubuntu
Fixed in:5.15.0.1090.96~20.04.1USN-7776-1
Fixed in:5.15.0.1089.85USN-7726-1
linux-image-oracle-5.4Ubuntu
Fixed in:5.4.0.1148.158~18.04.1USN-7832-1
Fixed in:5.4.0.1149.143USN-7820-1
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-2
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1033.34~22.04.1USN-7725-1
Fixed in:6.8.0-1033.34USN-7725-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1033.34~22.04.1USN-7725-1
Fixed in:6.14.0-1012.12~24.04.1USN-7722-2
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-2
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1033.34~22.04.1USN-7725-1
Fixed in:6.8.0-1033.34USN-7725-1
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1033.34USN-7725-1
linux-image-oracle-lts-18.04Ubuntu
Fixed in:4.15.0.1146.151USN-7755-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1149.143USN-7820-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1089.85USN-7726-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1033.34USN-7725-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1133.164USN-7754-1
Fixed in:5.15.0.1085.83USN-7726-1
Fixed in:6.8.0-1036.40USN-7725-3
linux-image-raspi-5.15Ubuntu
Fixed in:5.15.0.1085.83USN-7726-1
linux-image-raspi-5.4Ubuntu
Fixed in:5.4.0.1133.146~18.04.1USN-7754-1
Fixed in:5.4.0.1133.164USN-7754-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1036.40USN-7725-3
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1133.146~18.04.1USN-7754-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1085.83USN-7726-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2029.30USN-7725-2
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2029.30USN-7725-2
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1133.164USN-7754-1
linux-image-realtimeUbuntu
Fixed in:5.15.0.1091.95USN-7726-2
Fixed in:6.8.1-1031.32USN-7725-2
linux-image-realtime-5.15Ubuntu
Fixed in:5.15.0.1091.95USN-7726-2
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1011.11~24.04.1USN-7722-1
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1031.32USN-7725-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.14.0-1011.11~24.04.1USN-7722-1
linux-image-snapdragon-5.4Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
linux-image-virtualUbuntu
Fixed in:4.15.0.241.225USN-7755-1
Fixed in:5.4.0.221.213USN-7754-1
Fixed in:5.15.0.153.153USN-7726-1
Fixed in:6.8.0-79.79USN-7725-1
linux-image-virtual-5.15Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
Fixed in:5.15.0.153.153USN-7726-1
linux-image-virtual-5.4Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
Fixed in:5.4.0.221.213USN-7754-1
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
Fixed in:6.8.0-79.79USN-7725-1
linux-image-virtual-hwe-16.04Ubuntu
Fixed in:4.15.0.241.253~16.04.1USN-7755-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.221.241~18.04.1USN-7754-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.153.163~20.04.1USN-7726-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-79.79~22.04.1USN-7725-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.14.0-29.29~24.04.1USN-7722-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1068.68USN-7754-1
Fixed in:5.15.0.1055.58USN-7726-1
linux-image-xilinx-zynqmp-5.15Ubuntu
Fixed in:5.15.0.1055.58USN-7726-1
linux-image-xilinx-zynqmp-5.4Ubuntu
Fixed in:5.4.0.1068.68USN-7754-1
linux-intel-iot-realtimeUbuntu
Fixed in:5.15.0-1084.86USN-7726-2
linux-intel-iotgUbuntu
Fixed in:5.15.0-1086.92USN-7726-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1086.92~20.04.1USN-7726-1
linux-iotUbuntu
Fixed in:5.4.0-1054.57USN-7754-1
linux-kvmUbuntu
Fixed in:4.15.0-1167.172USN-7755-1
Fixed in:5.4.0-1137.146USN-7754-1
Fixed in:5.15.0-1087.92USN-7726-4
linux-lowlatencyUbuntu
Fixed in:5.15.0-153.163USN-7726-1
Fixed in:6.8.0-79.79.1USN-7725-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-153.163~20.04.1USN-7726-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-79.79.1~22.04.1USN-7725-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1086.87USN-7726-1
Fixed in:6.8.0-1036.39USN-7725-3
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1036.39~22.04.1USN-7725-3
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1036.39.1USN-7725-3
linux-nvidia-tegraUbuntu
Fixed in:5.15.0-1044.44USN-7726-1
linux-nvidia-tegra-5.15Ubuntu
Fixed in:5.15.0-1044.44~20.04.1USN-7726-1
linux-nvidia-tegra-igxUbuntu
Fixed in:5.15.0-1033.33USN-7726-1
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1011.11USN-7724-1
linux-oracleUbuntu
Fixed in:4.15.0-1148.159~16.04.1USN-7875-1
Fixed in:4.15.0-1146.157USN-7755-1
Fixed in:5.4.0-1149.159USN-7820-1
Fixed in:5.15.0-1089.95USN-7726-1
Fixed in:6.8.0-1033.34USN-7725-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1090.96~20.04.1USN-7776-1
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1148.158~18.04.1USN-7832-1
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7722-2
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1033.34~22.04.1USN-7725-1
linux-raspiUbuntu
Fixed in:5.4.0-1133.146USN-7754-1
Fixed in:5.15.0-1085.88USN-7726-1
Fixed in:6.8.0-1036.40USN-7725-3
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1133.146~18.04.1USN-7754-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2029.30USN-7725-2
linux-realtimeUbuntu
Fixed in:5.15.0-1091.100USN-7726-2
Fixed in:6.8.1-1031.32USN-7725-2
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1011.11~24.04.1USN-7722-1
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1068.72USN-7754-1
Fixed in:5.15.0-1055.59USN-7726-1

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.18%probability of exploitation in 30 days
8thpercentile

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

References

Related Vulnerabilities

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

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

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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