RHSA-2026:22334
Vulnerability from csaf_redhat - Published: 2026-06-01 22:35 - Updated: 2026-07-17 16:41In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: Fix missed RCU barrier on deoffloading Currently, running rcutorture test with torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60 test_boost=2, will trigger the following warning: WARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0 RIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0 Call Trace: <TASK> ? __warn+0x7e/0x120 ? rcu_nocb_rdp_deoffload+0x292/0x2a0 ? report_bug+0x18e/0x1a0 ? handle_bug+0x3d/0x70 ? exc_invalid_op+0x18/0x70 ? asm_exc_invalid_op+0x1a/0x20 ? rcu_nocb_rdp_deoffload+0x292/0x2a0 rcu_nocb_cpu_deoffload+0x70/0xa0 rcu_nocb_toggle+0x136/0x1c0 ? __pfx_rcu_nocb_toggle+0x10/0x10 kthread+0xd1/0x100 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x2f/0x50 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30 </TASK> CPU0 CPU2 CPU3 //rcu_nocb_toggle //nocb_cb_wait //rcutorture // deoffload CPU1 // process CPU1's rdp rcu_barrier() rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 2 // enqueue barrier // callback to CPU1's // rdp->cblist rcu_do_batch() // invoke CPU1's rdp->cblist // callback rcu_barrier_callback() rcu_barrier() mutex_lock(&rcu_state.barrier_mutex); // still see len == 2 // enqueue barrier callback // to CPU1's rdp->cblist rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 3 // decrement len rcu_segcblist_add_len(-2); kthread_parkme() // CPU1's rdp->cblist len == 1 // Warn because there is // still a pending barrier // trigger warning WARN_ON_ONCE(rcu_segcblist_n_cbs(&rdp->cblist)); cpus_read_unlock(); // wait CPU1 to comes online and // invoke barrier callback on // CPU1 rdp's->cblist wait_for_completion(&rcu_state.barrier_completion); // deoffload CPU4 cpus_read_lock() rcu_barrier() mutex_lock(&rcu_state.barrier_mutex); // block on barrier_mutex // wait rcu_barrier() on // CPU3 to unlock barrier_mutex // but CPU3 unlock barrier_mutex // need to wait CPU1 comes online // when CPU1 going online will block on cpus_write_lock The above scenario will not only trigger a WARN_ON_ONCE(), but also trigger a deadlock. Thanks to nocb locking, a second racing rcu_barrier() on an offline CPU will either observe the decremented callback counter down to 0 and spare the callback enqueue, or rcuo will observe the new callback and keep rdp->nocb_cb_sleep to false. Therefore check rdp->nocb_cb_sleep before parking to make sure no further rcu_barrier() is waiting on the rdp.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit The following setup can trigger a WARNING in htb_activate due to the condition: !cl->leaf.q->q.qlen tc qdisc del dev lo root tc qdisc add dev lo root handle 1: htb default 1 tc class add dev lo parent 1: classid 1:1 \ htb rate 64bit tc qdisc add dev lo parent 1:1 handle f: \ cake memlimit 1b ping -I lo -f -c1 -s64 -W0.001 127.0.0.1 This is because the low memlimit leads to a low buffer_limit, which causes packet dropping. However, cake_enqueue still returns NET_XMIT_SUCCESS, causing htb_enqueue to call htb_activate with an empty child qdisc. We should return NET_XMIT_CN when packets are dropped from the same tin and flow. I do not believe return value of NET_XMIT_CN is necessary for packet drops in the case of ack filtering, as that is meant to optimize performance, not to signal congestion.
A flaw was found in the Linux kernel's ice network driver. A local attacker could exploit a race condition during the Virtual Station Interface (VSI) rebuild process. This flaw occurs when the Precision Time Protocol (PTP) periodic work attempts to access uninitialized memory, leading to a NULL pointer dereference. Successful exploitation results in a system crash, causing a Denial of Service (DoS).
A flaw was found in the Linux kernel's bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.
A flaw was found in the Linux kernel's md/bitmap component. This vulnerability involves a use-after-free race condition that occurs during array resize operations. When the `bitmap_daemon_work()` and `__bitmap_resize()` functions execute concurrently, they can access memory pages that have already been freed. This can lead to a General Protection Fault (GPF), which causes the system to crash, resulting in a denial of service.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: rcu/nocb: Fix missed RCU barrier on deoffloading (CVE-2024-56547)\n\n* kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit (CVE-2025-39766)\n\n* kernel: Linux kernel: Denial of Service in ice driver due to race condition during VSI rebuild (CVE-2026-23210)\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: md/bitmap: fix GPF in write_page caused by resize race (CVE-2026-43163)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:22334",
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2334521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334521"
},
{
"category": "external",
"summary": "2394648",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394648"
},
{
"category": "external",
"summary": "2439895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439895"
},
{
"category": "external",
"summary": "2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "2467059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467059"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_22334.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-07-17T16:41:26+00:00",
"generator": {
"date": "2026-07-17T16:41:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:22334",
"initial_release_date": "2026-06-01T22:35:01+00:00",
"revision_history": [
{
"date": "2026-06-01T22:35:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-01T22:35:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-17T16:41:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"product_id": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.76.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.76.1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.src",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.src",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56547",
"discovery_date": "2024-12-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334521"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrcu/nocb: Fix missed RCU barrier on deoffloading\n\nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8\nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60\ntest_boost=2, will trigger the following warning:\n\n\tWARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0\n\tRIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t Call Trace:\n\t \u003cTASK\u003e\n\t ? __warn+0x7e/0x120\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t ? report_bug+0x18e/0x1a0\n\t ? handle_bug+0x3d/0x70\n\t ? exc_invalid_op+0x18/0x70\n\t ? asm_exc_invalid_op+0x1a/0x20\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t rcu_nocb_cpu_deoffload+0x70/0xa0\n\t rcu_nocb_toggle+0x136/0x1c0\n\t ? __pfx_rcu_nocb_toggle+0x10/0x10\n\t kthread+0xd1/0x100\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork+0x2f/0x50\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork_asm+0x1a/0x30\n\t \u003c/TASK\u003e\n\nCPU0 CPU2 CPU3\n//rcu_nocb_toggle //nocb_cb_wait //rcutorture\n\n// deoffload CPU1 // process CPU1\u0027s rdp\nrcu_barrier()\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 2\n // enqueue barrier\n // callback to CPU1\u0027s\n // rdp-\u003ecblist\n rcu_do_batch()\n // invoke CPU1\u0027s rdp-\u003ecblist\n // callback\n rcu_barrier_callback()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // still see len == 2\n // enqueue barrier callback\n // to CPU1\u0027s rdp-\u003ecblist\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 3\n // decrement len\n rcu_segcblist_add_len(-2);\n kthread_parkme()\n\n// CPU1\u0027s rdp-\u003ecblist len == 1\n// Warn because there is\n// still a pending barrier\n// trigger warning\nWARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026rdp-\u003ecblist));\ncpus_read_unlock();\n\n // wait CPU1 to comes online and\n // invoke barrier callback on\n // CPU1 rdp\u0027s-\u003ecblist\n wait_for_completion(\u0026rcu_state.barrier_completion);\n// deoffload CPU4\ncpus_read_lock()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // block on barrier_mutex\n // wait rcu_barrier() on\n // CPU3 to unlock barrier_mutex\n // but CPU3 unlock barrier_mutex\n // need to wait CPU1 comes online\n // when CPU1 going online will block on cpus_write_lock\n\nThe above scenario will not only trigger a WARN_ON_ONCE(), but also\ntrigger a deadlock.\n\nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU\nwill either observe the decremented callback counter down to 0 and spare\nthe callback enqueue, or rcuo will observe the new callback and keep\nrdp-\u003enocb_cb_sleep to false.\n\nTherefore check rdp-\u003enocb_cb_sleep before parking to make sure no\nfurther rcu_barrier() is waiting on the rdp.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: rcu/nocb: Fix missed RCU barrier on deoffloading",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56547"
},
{
"category": "external",
"summary": "RHBZ#2334521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334521"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56547",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56547"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56547-c340@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56547-c340@gregkh/T"
}
],
"release_date": "2024-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: rcu/nocb: Fix missed RCU barrier on deoffloading"
},
{
"cve": "CVE-2025-39766",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394648"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit\n\nThe following setup can trigger a WARNING in htb_activate due to\nthe condition: !cl-\u003eleaf.q-\u003eq.qlen\n\ntc qdisc del dev lo root\ntc qdisc add dev lo root handle 1: htb default 1\ntc class add dev lo parent 1: classid 1:1 \\\n htb rate 64bit\ntc qdisc add dev lo parent 1:1 handle f: \\\n cake memlimit 1b\nping -I lo -f -c1 -s64 -W0.001 127.0.0.1\n\nThis is because the low memlimit leads to a low buffer_limit, which\ncauses packet dropping. However, cake_enqueue still returns\nNET_XMIT_SUCCESS, causing htb_enqueue to call htb_activate with an\nempty child qdisc. We should return NET_XMIT_CN when packets are\ndropped from the same tin and flow.\n\nI do not believe return value of NET_XMIT_CN is necessary for packet\ndrops in the case of ack filtering, as that is meant to optimize\nperformance, not to signal congestion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39766"
},
{
"category": "external",
"summary": "RHBZ#2394648",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394648"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39766"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39766",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39766"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39766-7465@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39766-7465@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit"
},
{
"cve": "CVE-2026-23210",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439895"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s ice network driver. A local attacker could exploit a race condition during the Virtual Station Interface (VSI) rebuild process. This flaw occurs when the Precision Time Protocol (PTP) periodic work attempts to access uninitialized memory, leading to a NULL pointer dereference. Successful exploitation results in a system crash, causing a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of Service in ice driver due to race condition during VSI rebuild",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23210"
},
{
"category": "external",
"summary": "RHBZ#2439895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439895"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23210"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23210",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23210"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021439-CVE-2026-23210-7cac@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021439-CVE-2026-23210-7cac@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, prevent the `ice` kernel module from loading. This can be achieved by creating a blacklist file for the module.\n\n1. Create a file named `/etc/modprobe.d/blacklist-ice.conf` with the following content:\n `blacklist ice`\n\n2. Regenerate the initramfs to ensure the blacklist is applied during boot:\n `dracut -f -v`\n\n3. Reboot the system for the changes to take effect.\n\nWarning: Blacklisting the `ice` module may impact network functionality if your system relies on network devices using this driver. Ensure this action is compatible with your system\u0027s requirements before proceeding.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of Service in ice driver due to race condition during VSI rebuild"
},
{
"cve": "CVE-2026-31419",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-04-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457829"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw affecting the Linux kernel\u0027s bonding driver in Red Hat Enterprise Linux 6, 8.8 and later, 9.2 and later, and 10, as well as Red Hat In-Vehicle OS 2.0. A local attacker with low privileges could trigger a use-after-free vulnerability, leading to a system crash and denial of service. Red Hat Enterprise Linux 7, 8.2, 8.4, 8.6, and 9.0 are not affected as the vulnerable code is not present.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31419"
},
{
"category": "external",
"summary": "RHBZ#2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T"
}
],
"release_date": "2026-04-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service"
},
{
"cve": "CVE-2026-43163",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467059"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s md/bitmap component. This vulnerability involves a use-after-free race condition that occurs during array resize operations. When the `bitmap_daemon_work()` and `__bitmap_resize()` functions execute concurrently, they can access memory pages that have already been freed. This can lead to a General Protection Fault (GPF), which causes the system to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: md/bitmap: fix GPF in write_page caused by resize race",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43163"
},
{
"category": "external",
"summary": "RHBZ#2467059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43163"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43163",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43163"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43163-86e1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43163-86e1@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: md/bitmap: fix GPF in write_page caused by resize race"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.