RHSA-2026:18134
Vulnerability from csaf_redhat - Published: 2026-05-19 09:04 - Updated: 2026-06-25 11:13In the Linux kernel, the following vulnerability has been resolved: tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg The current sk memory accounting logic in __SK_REDIRECT is pre-uncharging tosend bytes, which is either msg->sg.size or a smaller value apply_bytes. Potential problems with this strategy are as follows: - If the actual sent bytes are smaller than tosend, we need to charge some bytes back, as in line 487, which is okay but seems not clean. - When tosend is set to apply_bytes, as in line 417, and (ret < 0), we may miss uncharging (msg->sg.size - apply_bytes) bytes. [...] 415 tosend = msg->sg.size; 416 if (psock->apply_bytes && psock->apply_bytes < tosend) 417 tosend = psock->apply_bytes; [...] 443 sk_msg_return(sk, msg, tosend); 444 release_sock(sk); 446 origsize = msg->sg.size; 447 ret = tcp_bpf_sendmsg_redir(sk_redir, redir_ingress, 448 msg, tosend, flags); 449 sent = origsize - msg->sg.size; [...] 454 lock_sock(sk); 455 if (unlikely(ret < 0)) { 456 int free = sk_msg_free_nocharge(sk, msg); 458 if (!cork) 459 *copied -= free; 460 } [...] 487 if (eval == __SK_REDIRECT) 488 sk_mem_charge(sk, tosend - sent); [...] When running the selftest test_txmsg_redir_wait_sndmem with txmsg_apply, the following warning will be reported: ------------[ cut here ]------------ WARNING: CPU: 6 PID: 57 at net/ipv4/af_inet.c:156 inet_sock_destruct+0x190/0x1a0 Modules linked in: CPU: 6 UID: 0 PID: 57 Comm: kworker/6:0 Not tainted 6.12.0-rc1.bm.1-amd64+ #43 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014 Workqueue: events sk_psock_destroy RIP: 0010:inet_sock_destruct+0x190/0x1a0 RSP: 0018:ffffad0a8021fe08 EFLAGS: 00010206 RAX: 0000000000000011 RBX: ffff9aab4475b900 RCX: ffff9aab481a0800 RDX: 0000000000000303 RSI: 0000000000000011 RDI: ffff9aab4475b900 RBP: ffff9aab4475b990 R08: 0000000000000000 R09: ffff9aab40050ec0 R10: 0000000000000000 R11: ffff9aae6fdb1d01 R12: ffff9aab49c60400 R13: ffff9aab49c60598 R14: ffff9aab49c60598 R15: dead000000000100 FS: 0000000000000000(0000) GS:ffff9aae6fd80000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007ffec7e47bd8 CR3: 00000001a1a1c004 CR4: 0000000000770ef0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 PKRU: 55555554 Call Trace: <TASK> ? __warn+0x89/0x130 ? inet_sock_destruct+0x190/0x1a0 ? report_bug+0xfc/0x1e0 ? handle_bug+0x5c/0xa0 ? exc_invalid_op+0x17/0x70 ? asm_exc_invalid_op+0x1a/0x20 ? inet_sock_destruct+0x190/0x1a0 __sk_destruct+0x25/0x220 sk_psock_destroy+0x2b2/0x310 process_scheduled_works+0xa3/0x3e0 worker_thread+0x117/0x240 ? __pfx_worker_thread+0x10/0x10 kthread+0xcf/0x100 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x31/0x40 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30 </TASK> ---[ end trace 0000000000000000 ]--- In __SK_REDIRECT, a more concise way is delaying the uncharging after sent bytes are finalized, and uncharge this value. When (ret < 0), we shall invoke sk_msg_free. Same thing happens in case __SK_DROP, when tosend is set to apply_bytes, we may miss uncharging (msg->sg.size - apply_bytes) bytes. The same warning will be reported in selftest. [...] 468 case __SK_DROP: 469 default: 470 sk_msg_free_partial(sk, msg, tosend); 471 sk_msg_apply_bytes(psock, tosend); 472 *copied -= (tosend + delta); 473 return -EACCES; [...] So instead of sk_msg_free_partial we can do sk_msg_free here.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop Move the conditional loading of hardware DR6 with the guest's DR6 value out of the core .vcpu_run() loop to fix a bug where KVM can load hardware with a stale vcpu->arch.dr6. When the guest accesses a DR and host userspace isn't debugging the guest, KVM disables DR interception and loads the guest's values into hardware on VM-Enter and saves them on VM-Exit. This allows the guest to access DRs at will, e.g. so that a sequence of DR accesses to configure a breakpoint only generates one VM-Exit. For DR0-DR3, the logic/behavior is identical between VMX and SVM, and also identical between KVM_DEBUGREG_BP_ENABLED (userspace debugging the guest) and KVM_DEBUGREG_WONT_EXIT (guest using DRs), and so KVM handles loading DR0-DR3 in common code, _outside_ of the core kvm_x86_ops.vcpu_run() loop. But for DR6, the guest's value doesn't need to be loaded into hardware for KVM_DEBUGREG_BP_ENABLED, and SVM provides a dedicated VMCB field whereas VMX requires software to manually load the guest value, and so loading the guest's value into DR6 is handled by {svm,vmx}_vcpu_run(), i.e. is done _inside_ the core run loop. Unfortunately, saving the guest values on VM-Exit is initiated by common x86, again outside of the core run loop. If the guest modifies DR6 (in hardware, when DR interception is disabled), and then the next VM-Exit is a fastpath VM-Exit, KVM will reload hardware DR6 with vcpu->arch.dr6 and clobber the guest's actual value. The bug shows up primarily with nested VMX because KVM handles the VMX preemption timer in the fastpath, and the window between hardware DR6 being modified (in guest context) and DR6 being read by guest software is orders of magnitude larger in a nested setup. E.g. in non-nested, the VMX preemption timer would need to fire precisely between #DB injection and the #DB handler's read of DR6, whereas with a KVM-on-KVM setup, the window where hardware DR6 is "dirty" extends all the way from L1 writing DR6 to VMRESUME (in L1). L1's view: ========== <L1 disables DR interception> CPU 0/KVM-7289 [023] d.... 2925.640961: kvm_entry: vcpu 0 A: L1 Writes DR6 CPU 0/KVM-7289 [023] d.... 2925.640963: <hack>: Set DRs, DR6 = 0xffff0ff1 B: CPU 0/KVM-7289 [023] d.... 2925.640967: kvm_exit: vcpu 0 reason EXTERNAL_INTERRUPT intr_info 0x800000ec D: L1 reads DR6, arch.dr6 = 0 CPU 0/KVM-7289 [023] d.... 2925.640969: <hack>: Sync DRs, DR6 = 0xffff0ff0 CPU 0/KVM-7289 [023] d.... 2925.640976: kvm_entry: vcpu 0 L2 reads DR6, L1 disables DR interception CPU 0/KVM-7289 [023] d.... 2925.640980: kvm_exit: vcpu 0 reason DR_ACCESS info1 0x0000000000000216 CPU 0/KVM-7289 [023] d.... 2925.640983: kvm_entry: vcpu 0 CPU 0/KVM-7289 [023] d.... 2925.640983: <hack>: Set DRs, DR6 = 0xffff0ff0 L2 detects failure CPU 0/KVM-7289 [023] d.... 2925.640987: kvm_exit: vcpu 0 reason HLT L1 reads DR6 (confirms failure) CPU 0/KVM-7289 [023] d.... 2925.640990: <hack>: Sync DRs, DR6 = 0xffff0ff0 L0's view: ========== L2 reads DR6, arch.dr6 = 0 CPU 23/KVM-5046 [001] d.... 3410.005610: kvm_exit: vcpu 23 reason DR_ACCESS info1 0x0000000000000216 CPU 23/KVM-5046 [001] ..... 3410.005610: kvm_nested_vmexit: vcpu 23 reason DR_ACCESS info1 0x0000000000000216 L2 => L1 nested VM-Exit CPU 23/KVM-5046 [001] ..... 3410.005610: kvm_nested_vmexit_inject: reason: DR_ACCESS ext_inf1: 0x0000000000000216 CPU 23/KVM-5046 [001] d.... 3410.005610: kvm_entry: vcpu 23 CPU 23/KVM-5046 [001] d.... 3410.005611: kvm_exit: vcpu 23 reason VMREAD CPU 23/KVM-5046 [001] d.... 3410.005611: kvm_entry: vcpu 23 CPU 23/KVM-5046 [001] d.... 3410. ---truncated---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: block: fix resource leak in blk_register_queue() error path When registering a queue fails after blk_mq_sysfs_register() is successful but the function later encounters an error, we need to clean up the blk_mq_sysfs resources. Add the missing blk_mq_sysfs_unregister() call in the error path to properly clean up these resources and prevent a memory leak.
CWE-459 - Incomplete Cleanup| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc Memory allocated for idxd is not freed if an error occurs during idxd_alloc(). To fix it, free the allocated memory in the reverse order of allocation before exiting the function in case of an error.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: espintcp: remove encap socket caching to avoid reference leak The current scheme for caching the encap socket can lead to reference leaks when we try to delete the netns. The reference chain is: xfrm_state -> enacp_sk -> netns Since the encap socket is a userspace socket, it holds a reference on the netns. If we delete the espintcp state (through flush or individual delete) before removing the netns, the reference on the socket is dropped and the netns is correctly deleted. Otherwise, the netns may not be reachable anymore (if all processes within the ns have terminated), so we cannot delete the xfrm state to drop its reference on the socket. This patch results in a small (~2% in my tests) performance regression. A GC-type mechanism could be added for the socket cache, to clear references if the state hasn't been used "recently", but it's a lot more complex than just not caching the socket.
CWE-772 - Missing Release of Resource after Effective Lifetime| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: bpf: fix ktls panic with sockmap [ 2172.936997] ------------[ cut here ]------------ [ 2172.936999] kernel BUG at lib/iov_iter.c:629! ...... [ 2172.944996] PKRU: 55555554 [ 2172.945155] Call Trace: [ 2172.945299] <TASK> [ 2172.945428] ? die+0x36/0x90 [ 2172.945601] ? do_trap+0xdd/0x100 [ 2172.945795] ? iov_iter_revert+0x178/0x180 [ 2172.946031] ? iov_iter_revert+0x178/0x180 [ 2172.946267] ? do_error_trap+0x7d/0x110 [ 2172.946499] ? iov_iter_revert+0x178/0x180 [ 2172.946736] ? exc_invalid_op+0x50/0x70 [ 2172.946961] ? iov_iter_revert+0x178/0x180 [ 2172.947197] ? asm_exc_invalid_op+0x1a/0x20 [ 2172.947446] ? iov_iter_revert+0x178/0x180 [ 2172.947683] ? iov_iter_revert+0x5c/0x180 [ 2172.947913] tls_sw_sendmsg_locked.isra.0+0x794/0x840 [ 2172.948206] tls_sw_sendmsg+0x52/0x80 [ 2172.948420] ? inet_sendmsg+0x1f/0x70 [ 2172.948634] __sys_sendto+0x1cd/0x200 [ 2172.948848] ? find_held_lock+0x2b/0x80 [ 2172.949072] ? syscall_trace_enter+0x140/0x270 [ 2172.949330] ? __lock_release.isra.0+0x5e/0x170 [ 2172.949595] ? find_held_lock+0x2b/0x80 [ 2172.949817] ? syscall_trace_enter+0x140/0x270 [ 2172.950211] ? lockdep_hardirqs_on_prepare+0xda/0x190 [ 2172.950632] ? ktime_get_coarse_real_ts64+0xc2/0xd0 [ 2172.951036] __x64_sys_sendto+0x24/0x30 [ 2172.951382] do_syscall_64+0x90/0x170 ...... After calling bpf_exec_tx_verdict(), the size of msg_pl->sg may increase, e.g., when the BPF program executes bpf_msg_push_data(). If the BPF program sets cork_bytes and sg.size is smaller than cork_bytes, it will return -ENOSPC and attempt to roll back to the non-zero copy logic. However, during rollback, msg->msg_iter is reset, but since msg_pl->sg.size has been increased, subsequent executions will exceed the actual size of msg_iter. ''' iov_iter_revert(&msg->msg_iter, msg_pl->sg.size - orig_size); ''' The changes in this commit are based on the following considerations: 1. When cork_bytes is set, rolling back to non-zero copy logic is pointless and can directly go to zero-copy logic. 2. We can not calculate the correct number of bytes to revert msg_iter. Assume the original data is "abcdefgh" (8 bytes), and after 3 pushes by the BPF program, it becomes 11-byte data: "abc?de?fgh?". Then, we set cork_bytes to 6, which means the first 6 bytes have been processed, and the remaining 5 bytes "?fgh?" will be cached until the length meets the cork_bytes requirement. However, some data in "?fgh?" is not within 'sg->msg_iter' (but in msg_pl instead), especially the data "?" we pushed. So it doesn't seem as simple as just reverting through an offset of msg_iter. 3. For non-TLS sockets in tcp_bpf_sendmsg, when a "cork" situation occurs, the user-space send() doesn't return an error, and the returned length is the same as the input length parameter, even if some data is cached. Additionally, I saw that the current non-zero-copy logic for handling corking is written as: ''' line 1177 else if (ret != -EAGAIN) { if (ret == -ENOSPC) ret = 0; goto send_end; ''' So it's ok to just return 'copied' without error when a "cork" situation occurs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem() bpf_map_lookup_percpu_elem() helper is also available for sleepable bpf program. When BPF JIT is disabled or under 32-bit host, bpf_map_lookup_percpu_elem() will not be inlined. Using it in a sleepable bpf program will trigger the warning in bpf_map_lookup_percpu_elem(), because the bpf program only holds rcu_read_lock_trace lock. Therefore, add the missed check.
CWE-414 - Missing Lock Check| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not trigger WARN_ON() due to a commit_overrun When reading a memory mapped buffer the reader page is just swapped out with the last page written in the write buffer. If the reader page is the same as the commit buffer (the buffer that is currently being written to) it was assumed that it should never have missed events. If it does, it triggers a WARN_ON_ONCE(). But there just happens to be one scenario where this can legitimately happen. That is on a commit_overrun. A commit overrun is when an interrupt preempts an event being written to the buffer and then the interrupt adds so many new events that it fills and wraps the buffer back to the commit. Any new events would then be dropped and be reported as "missed_events". In this case, the next page to read is the commit buffer and after the swap of the reader page, the reader page will be the commit buffer, but this time there will be missed events and this triggers the following warning: ------------[ cut here ]------------ WARNING: CPU: 2 PID: 1127 at kernel/trace/ring_buffer.c:7357 ring_buffer_map_get_reader+0x49a/0x780 Modules linked in: kvm_intel kvm irqbypass CPU: 2 UID: 0 PID: 1127 Comm: trace-cmd Not tainted 6.15.0-rc7-test-00004-g478bc2824b45-dirty #564 PREEMPT Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 RIP: 0010:ring_buffer_map_get_reader+0x49a/0x780 Code: 00 00 00 48 89 fe 48 c1 ee 03 80 3c 2e 00 0f 85 ec 01 00 00 4d 3b a6 a8 00 00 00 0f 85 8a fd ff ff 48 85 c0 0f 84 55 fe ff ff <0f> 0b e9 4e fe ff ff be 08 00 00 00 4c 89 54 24 58 48 89 54 24 50 RSP: 0018:ffff888121787dc0 EFLAGS: 00010002 RAX: 00000000000006a2 RBX: ffff888100062800 RCX: ffffffff8190cb49 RDX: ffff888126934c00 RSI: 1ffff11020200a15 RDI: ffff8881010050a8 RBP: dffffc0000000000 R08: 0000000000000000 R09: ffffed1024d26982 R10: ffff888126934c17 R11: ffff8881010050a8 R12: ffff888126934c00 R13: ffff8881010050b8 R14: ffff888101005000 R15: ffff888126930008 FS: 00007f95c8cd7540(0000) GS:ffff8882b576e000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f95c8de4dc0 CR3: 0000000128452002 CR4: 0000000000172ef0 Call Trace: <TASK> ? __pfx_ring_buffer_map_get_reader+0x10/0x10 tracing_buffers_ioctl+0x283/0x370 __x64_sys_ioctl+0x134/0x190 do_syscall_64+0x79/0x1c0 entry_SYSCALL_64_after_hwframe+0x76/0x7e RIP: 0033:0x7f95c8de48db Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 RSP: 002b:00007ffe037ba110 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 00007ffe037bb2b0 RCX: 00007f95c8de48db RDX: 0000000000000000 RSI: 0000000000005220 RDI: 0000000000000006 RBP: 00007ffe037ba180 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 R13: 00007ffe037bb6f8 R14: 00007f95c9065000 R15: 00005575c7492c90 </TASK> irq event stamp: 5080 hardirqs last enabled at (5079): [<ffffffff83e0adb0>] _raw_spin_unlock_irqrestore+0x50/0x70 hardirqs last disabled at (5080): [<ffffffff83e0aa83>] _raw_spin_lock_irqsave+0x63/0x70 softirqs last enabled at (4182): [<ffffffff81516122>] handle_softirqs+0x552/0x710 softirqs last disabled at (4159): [<ffffffff815163f7>] __irq_exit_rcu+0x107/0x210 ---[ end trace 0000000000000000 ]--- The above was triggered by running on a kernel with both lockdep and KASAN as well as kmemleak enabled and executing the following command: # perf record -o perf-test.dat -a -- trace-cmd record --nosplice -e all -p function hackbench 50 With perf interjecting a lot of interrupts and trace-cmd enabling all events as well as function tracing, with lockdep, KASAN and kmemleak enabled, it could cause an interrupt preempting an event being written to add enough event ---truncated---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug The qmp_usb_iomap() helper function currently returns the raw result of devm_ioremap() for non-exclusive mappings. Since devm_ioremap() may return a NULL pointer and the caller only checks error pointers with IS_ERR(), NULL could bypass the check and lead to an invalid dereference. Fix the issue by checking if devm_ioremap() returns NULL. When it does, qmp_usb_iomap() now returns an error pointer via IOMEM_ERR_PTR(-ENOMEM), ensuring safe and consistent error handling.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: bpf: Do not include stack ptr register in precision backtracking bookkeeping Yi Lai reported an issue ([1]) where the following warning appears in kernel dmesg: [ 60.643604] verifier backtracking bug [ 60.643635] WARNING: CPU: 10 PID: 2315 at kernel/bpf/verifier.c:4302 __mark_chain_precision+0x3a6c/0x3e10 [ 60.648428] Modules linked in: bpf_testmod(OE) [ 60.650471] CPU: 10 UID: 0 PID: 2315 Comm: test_progs Tainted: G OE 6.15.0-rc4-gef11287f8289-dirty #327 PREEMPT(full) [ 60.654385] Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE [ 60.656682] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014 [ 60.660475] RIP: 0010:__mark_chain_precision+0x3a6c/0x3e10 [ 60.662814] Code: 5a 30 84 89 ea e8 c4 d9 01 00 80 3d 3e 7d d8 04 00 0f 85 60 fa ff ff c6 05 31 7d d8 04 01 48 c7 c7 00 58 30 84 e8 c4 06 a5 ff <0f> 0b e9 46 fa ff ff 48 ... [ 60.668720] RSP: 0018:ffff888116cc7298 EFLAGS: 00010246 [ 60.671075] RAX: 54d70e82dfd31900 RBX: ffff888115b65e20 RCX: 0000000000000000 [ 60.673659] RDX: 0000000000000001 RSI: 0000000000000004 RDI: 00000000ffffffff [ 60.676241] RBP: 0000000000000400 R08: ffff8881f6f23bd3 R09: 1ffff1103ede477a [ 60.678787] R10: dffffc0000000000 R11: ffffed103ede477b R12: ffff888115b60ae8 [ 60.681420] R13: 1ffff11022b6cbc4 R14: 00000000fffffff2 R15: 0000000000000001 [ 60.684030] FS: 00007fc2aedd80c0(0000) GS:ffff88826fa8a000(0000) knlGS:0000000000000000 [ 60.686837] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 60.689027] CR2: 000056325369e000 CR3: 000000011088b002 CR4: 0000000000370ef0 [ 60.691623] Call Trace: [ 60.692821] <TASK> [ 60.693960] ? __pfx_verbose+0x10/0x10 [ 60.695656] ? __pfx_disasm_kfunc_name+0x10/0x10 [ 60.697495] check_cond_jmp_op+0x16f7/0x39b0 [ 60.699237] do_check+0x58fa/0xab10 ... Further analysis shows the warning is at line 4302 as below: 4294 /* static subprog call instruction, which 4295 * means that we are exiting current subprog, 4296 * so only r1-r5 could be still requested as 4297 * precise, r0 and r6-r10 or any stack slot in 4298 * the current frame should be zero by now 4299 */ 4300 if (bt_reg_mask(bt) & ~BPF_REGMASK_ARGS) { 4301 verbose(env, "BUG regs %x\n", bt_reg_mask(bt)); 4302 WARN_ONCE(1, "verifier backtracking bug"); 4303 return -EFAULT; 4304 } With the below test (also in the next patch): __used __naked static void __bpf_jmp_r10(void) { asm volatile ( "r2 = 2314885393468386424 ll;" "goto +0;" "if r2 <= r10 goto +3;" "if r1 >= -1835016 goto +0;" "if r2 <= 8 goto +0;" "if r3 <= 0 goto +0;" "exit;" ::: __clobber_all); } SEC("?raw_tp") __naked void bpf_jmp_r10(void) { asm volatile ( "r3 = 0 ll;" "call __bpf_jmp_r10;" "r0 = 0;" "exit;" ::: __clobber_all); } The following is the verifier failure log: 0: (18) r3 = 0x0 ; R3_w=0 2: (85) call pc+2 caller: R10=fp0 callee: frame1: R1=ctx() R3_w=0 R10=fp0 5: frame1: R1=ctx() R3_w=0 R10=fp0 ; asm volatile (" \ @ verifier_precision.c:184 5: (18) r2 = 0x20202000256c6c78 ; frame1: R2_w=0x20202000256c6c78 7: (05) goto pc+0 8: (bd) if r2 <= r10 goto pc+3 ; frame1: R2_w=0x20202000256c6c78 R10=fp0 9: (35) if r1 >= 0xffe3fff8 goto pc+0 ; frame1: R1=ctx() 10: (b5) if r2 <= 0x8 goto pc+0 mark_precise: frame1: last_idx 10 first_idx 0 subseq_idx -1 mark_precise: frame1: regs=r2 stack= before 9: (35) if r1 >= 0xffe3fff8 goto pc+0 mark_precise: frame1: regs=r2 stack= before 8: (bd) if r2 <= r10 goto pc+3 mark_preci ---truncated---
CWE-824 - Access of Uninitialized Pointer| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ACPICA: fix acpi operand cache leak in dswstate.c ACPICA commit 987a3b5cf7175916e2a4b6ea5b8e70f830dfe732 I found an ACPI cache leak in ACPI early termination and boot continuing case. When early termination occurs due to malicious ACPI table, Linux kernel terminates ACPI function and continues to boot process. While kernel terminates ACPI function, kmem_cache_destroy() reports Acpi-Operand cache leak. Boot log of ACPI operand cache leak is as follows: >[ 0.585957] ACPI: Added _OSI(Module Device) >[ 0.587218] ACPI: Added _OSI(Processor Device) >[ 0.588530] ACPI: Added _OSI(3.0 _SCP Extensions) >[ 0.589790] ACPI: Added _OSI(Processor Aggregator Device) >[ 0.591534] ACPI Error: Illegal I/O port address/length above 64K: C806E00000004002/0x2 (20170303/hwvalid-155) >[ 0.594351] ACPI Exception: AE_LIMIT, Unable to initialize fixed events (20170303/evevent-88) >[ 0.597858] ACPI: Unable to start the ACPI Interpreter >[ 0.599162] ACPI Error: Could not remove SCI handler (20170303/evmisc-281) >[ 0.601836] kmem_cache_destroy Acpi-Operand: Slab cache still has objects >[ 0.603556] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.12.0-rc5 #26 >[ 0.605159] Hardware name: innotek gmb_h virtual_box/virtual_box, BIOS virtual_box 12/01/2006 >[ 0.609177] Call Trace: >[ 0.610063] ? dump_stack+0x5c/0x81 >[ 0.611118] ? kmem_cache_destroy+0x1aa/0x1c0 >[ 0.612632] ? acpi_sleep_proc_init+0x27/0x27 >[ 0.613906] ? acpi_os_delete_cache+0xa/0x10 >[ 0.617986] ? acpi_ut_delete_caches+0x3f/0x7b >[ 0.619293] ? acpi_terminate+0xa/0x14 >[ 0.620394] ? acpi_init+0x2af/0x34f >[ 0.621616] ? __class_create+0x4c/0x80 >[ 0.623412] ? video_setup+0x7f/0x7f >[ 0.624585] ? acpi_sleep_proc_init+0x27/0x27 >[ 0.625861] ? do_one_initcall+0x4e/0x1a0 >[ 0.627513] ? kernel_init_freeable+0x19e/0x21f >[ 0.628972] ? rest_init+0x80/0x80 >[ 0.630043] ? kernel_init+0xa/0x100 >[ 0.631084] ? ret_from_fork+0x25/0x30 >[ 0.633343] vgaarb: loaded >[ 0.635036] EDAC MC: Ver: 3.0.0 >[ 0.638601] PCI: Probing PCI hardware >[ 0.639833] PCI host bridge to bus 0000:00 >[ 0.641031] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] > ... Continue to boot and log is omitted ... I analyzed this memory leak in detail and found acpi_ds_obj_stack_pop_and_ delete() function miscalculated the top of the stack. acpi_ds_obj_stack_push() function uses walk_state->operand_index for start position of the top, but acpi_ds_obj_stack_pop_and_delete() function considers index 0 for it. Therefore, this causes acpi operand memory leak. This cache leak causes a security threat because an old kernel (<= 4.9) shows memory locations of kernel functions in stack dump. Some malicious users could use this information to neutralize kernel ASLR. I made a patch to fix ACPI operand cache leak.
CWE-772 - Missing Release of Resource after Effective Lifetime| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix UAF when lookup kallsym after ftrace disabled The following issue happens with a buggy module: BUG: unable to handle page fault for address: ffffffffc05d0218 PGD 1bd66f067 P4D 1bd66f067 PUD 1bd671067 PMD 101808067 PTE 0 Oops: Oops: 0000 [#1] SMP KASAN PTI Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS RIP: 0010:sized_strscpy+0x81/0x2f0 RSP: 0018:ffff88812d76fa08 EFLAGS: 00010246 RAX: 0000000000000000 RBX: ffffffffc0601010 RCX: dffffc0000000000 RDX: 0000000000000038 RSI: dffffc0000000000 RDI: ffff88812608da2d RBP: 8080808080808080 R08: ffff88812608da2d R09: ffff88812608da68 R10: ffff88812608d82d R11: ffff88812608d810 R12: 0000000000000038 R13: ffff88812608da2d R14: ffffffffc05d0218 R15: fefefefefefefeff FS: 00007fef552de740(0000) GS:ffff8884251c7000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffffffffc05d0218 CR3: 00000001146f0000 CR4: 00000000000006f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> ftrace_mod_get_kallsym+0x1ac/0x590 update_iter_mod+0x239/0x5b0 s_next+0x5b/0xa0 seq_read_iter+0x8c9/0x1070 seq_read+0x249/0x3b0 proc_reg_read+0x1b0/0x280 vfs_read+0x17f/0x920 ksys_read+0xf3/0x1c0 do_syscall_64+0x5f/0x2e0 entry_SYSCALL_64_after_hwframe+0x76/0x7e The above issue may happen as follows: (1) Add kprobe tracepoint; (2) insmod test.ko; (3) Module triggers ftrace disabled; (4) rmmod test.ko; (5) cat /proc/kallsyms; --> Will trigger UAF as test.ko already removed; ftrace_mod_get_kallsym() ... strscpy(module_name, mod_map->mod->name, MODULE_NAME_LEN); ... The problem is when a module triggers an issue with ftrace and sets ftrace_disable. The ftrace_disable is set when an anomaly is discovered and to prevent any more damage, ftrace stops all text modification. The issue that happened was that the ftrace_disable stops more than just the text modification. When a module is loaded, its init functions can also be traced. Because kallsyms deletes the init functions after a module has loaded, ftrace saves them when the module is loaded and function tracing is enabled. This allows the output of the function trace to show the init function names instead of just their raw memory addresses. When a module is removed, ftrace_release_mod() is called, and if ftrace_disable is set, it just returns without doing anything more. The problem here is that it leaves the mod_list still around and if kallsyms is called, it will call into this code and access the module memory that has already been freed as it will return: strscpy(module_name, mod_map->mod->name, MODULE_NAME_LEN); Where the "mod" no longer exists and triggers a UAF bug.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak of bio integrity If nvmet receives commands with metadata there is a continuous memory leak of kmalloc-128 slab or more precisely bio->bi_integrity. Since commit bf4c89fc8797 ("block: don't call bio_uninit from bio_endio") each user of bio_init has to use bio_uninit as well. Otherwise the bio integrity is not getting free. Nvmet uses bio_init for inline bios. Uninit the inline bio to complete deallocation of integrity in bio.
CWE-772 - Missing Release of Resource after Effective Lifetime| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto() syzbot found a potential access to uninit-value in nf_flow_pppoe_proto() Blamed commit forgot the Ethernet header. BUG: KMSAN: uninit-value in nf_flow_offload_inet_hook+0x7e4/0x940 net/netfilter/nf_flow_table_inet.c:27 nf_flow_offload_inet_hook+0x7e4/0x940 net/netfilter/nf_flow_table_inet.c:27 nf_hook_entry_hookfn include/linux/netfilter.h:157 [inline] nf_hook_slow+0xe1/0x3d0 net/netfilter/core.c:623 nf_hook_ingress include/linux/netfilter_netdev.h:34 [inline] nf_ingress net/core/dev.c:5742 [inline] __netif_receive_skb_core+0x4aff/0x70c0 net/core/dev.c:5837 __netif_receive_skb_one_core net/core/dev.c:5975 [inline] __netif_receive_skb+0xcc/0xac0 net/core/dev.c:6090 netif_receive_skb_internal net/core/dev.c:6176 [inline] netif_receive_skb+0x57/0x630 net/core/dev.c:6235 tun_rx_batched+0x1df/0x980 drivers/net/tun.c:1485 tun_get_user+0x4ee0/0x6b40 drivers/net/tun.c:1938 tun_chr_write_iter+0x3e9/0x5c0 drivers/net/tun.c:1984 new_sync_write fs/read_write.c:593 [inline] vfs_write+0xb4b/0x1580 fs/read_write.c:686 ksys_write fs/read_write.c:738 [inline] __do_sys_write fs/read_write.c:749 [inline]
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime Assuming the "rx-vlan-filter" feature is enabled on a net device, the 8021q module will automatically add or remove VLAN 0 when the net device is put administratively up or down, respectively. There are a couple of problems with the above scheme. The first problem is a memory leak that can happen if the "rx-vlan-filter" feature is disabled while the device is running: # ip link add bond1 up type bond mode 0 # ethtool -K bond1 rx-vlan-filter off # ip link del dev bond1 When the device is put administratively down the "rx-vlan-filter" feature is disabled, so the 8021q module will not remove VLAN 0 and the memory will be leaked [1]. Another problem that can happen is that the kernel can automatically delete VLAN 0 when the device is put administratively down despite not adding it when the device was put administratively up since during that time the "rx-vlan-filter" feature was disabled. null-ptr-unref or bug_on[2] will be triggered by unregister_vlan_dev() for refcount imbalance if toggling filtering during runtime: $ ip link add bond0 type bond mode 0 $ ip link add link bond0 name vlan0 type vlan id 0 protocol 802.1q $ ethtool -K bond0 rx-vlan-filter off $ ifconfig bond0 up $ ethtool -K bond0 rx-vlan-filter on $ ifconfig bond0 down $ ip link del vlan0 Root cause is as below: step1: add vlan0 for real_dev, such as bond, team. register_vlan_dev vlan_vid_add(real_dev,htons(ETH_P_8021Q),0) //refcnt=1 step2: disable vlan filter feature and enable real_dev step3: change filter from 0 to 1 vlan_device_event vlan_filter_push_vids ndo_vlan_rx_add_vid //No refcnt added to real_dev vlan0 step4: real_dev down vlan_device_event vlan_vid_del(dev, htons(ETH_P_8021Q), 0); //refcnt=0 vlan_info_rcu_free //free vlan0 step5: delete vlan0 unregister_vlan_dev BUG_ON(!vlan_info); //vlan_info is null Fix both problems by noting in the VLAN info whether VLAN 0 was automatically added upon NETDEV_UP and based on that decide whether it should be deleted upon NETDEV_DOWN, regardless of the state of the "rx-vlan-filter" feature. [1] unreferenced object 0xffff8880068e3100 (size 256): comm "ip", pid 384, jiffies 4296130254 hex dump (first 32 bytes): 00 20 30 0d 80 88 ff ff 00 00 00 00 00 00 00 00 . 0............. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace (crc 81ce31fa): __kmalloc_cache_noprof+0x2b5/0x340 vlan_vid_add+0x434/0x940 vlan_device_event.cold+0x75/0xa8 notifier_call_chain+0xca/0x150 __dev_notify_flags+0xe3/0x250 rtnl_configure_link+0x193/0x260 rtnl_newlink_create+0x383/0x8e0 __rtnl_newlink+0x22c/0xa40 rtnl_newlink+0x627/0xb00 rtnetlink_rcv_msg+0x6fb/0xb70 netlink_rcv_skb+0x11f/0x350 netlink_unicast+0x426/0x710 netlink_sendmsg+0x75a/0xc20 __sock_sendmsg+0xc1/0x150 ____sys_sendmsg+0x5aa/0x7b0 ___sys_sendmsg+0xfc/0x180 [2] kernel BUG at net/8021q/vlan.c:99! Oops: invalid opcode: 0000 [#1] SMP KASAN PTI CPU: 0 UID: 0 PID: 382 Comm: ip Not tainted 6.16.0-rc3 #61 PREEMPT(voluntary) Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014 RIP: 0010:unregister_vlan_dev (net/8021q/vlan.c:99 (discriminator 1)) RSP: 0018:ffff88810badf310 EFLAGS: 00010246 RAX: 0000000000000000 RBX: ffff88810da84000 RCX: ffffffffb47ceb9a RDX: dffffc0000000000 RSI: 0000000000000008 RDI: ffff88810e8b43c8 RBP: 0000000000000000 R08: 0000000000000000 R09: fffffbfff6cefe80 R10: ffffffffb677f407 R11: ffff88810badf3c0 R12: ffff88810e8b4000 R13: 0000000000000000 R14: ffff88810642a5c0 R15: 000000000000017e FS: 00007f1ff68c20c0(0000) GS:ffff888163a24000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f1ff5dad240 CR3: 0000000107e56000 CR4: 00000000000006f0 Call Trace: <TASK ---truncated---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI Netlink message, which triggers the kernel function xfrm_alloc_spi(). This function is expected to ensure uniqueness of the Security Parameter Index (SPI) for inbound Security Associations (SAs). However, it can return success even when the requested SPI is already in use, leading to duplicate SPIs assigned to multiple inbound SAs, differentiated only by their destination addresses. This behavior causes inconsistencies during SPI lookups for inbound packets. Since the lookup may return an arbitrary SA among those with the same SPI, packet processing can fail, resulting in packet drops. According to RFC 4301 section 4.4.2 , for inbound processing a unicast SA is uniquely identified by the SPI and optionally protocol. Reproducing the Issue Reliably: To consistently reproduce the problem, restrict the available SPI range in charon.conf : spi_min = 0x10000000 spi_max = 0x10000002 This limits the system to only 2 usable SPI values. Next, create more than 2 Child SA. each using unique pair of src/dst address. As soon as the 3rd Child SA is initiated, it will be assigned a duplicate SPI, since the SPI pool is already exhausted. With a narrow SPI range, the issue is consistently reproducible. With a broader/default range, it becomes rare and unpredictable. Current implementation: xfrm_spi_hash() lookup function computes hash using daddr, proto, and family. So if two SAs have the same SPI but different destination addresses, then they will: a. Hash into different buckets b. Be stored in different linked lists (byspi + h) c. Not be seen in the same hlist_for_each_entry_rcu() iteration. As a result, the lookup will result in NULL and kernel allows that Duplicate SPI Proposed Change: xfrm_state_lookup_spi_proto() does a truly global search - across all states, regardless of hash bucket and matches SPI and proto.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: fs: writeback: fix use-after-free in __mark_inode_dirty() An use-after-free issue occurred when __mark_inode_dirty() get the bdi_writeback that was in the progress of switching. CPU: 1 PID: 562 Comm: systemd-random- Not tainted 6.6.56-gb4403bd46a8e #1 ...... pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : __mark_inode_dirty+0x124/0x418 lr : __mark_inode_dirty+0x118/0x418 sp : ffffffc08c9dbbc0 ........ Call trace: __mark_inode_dirty+0x124/0x418 generic_update_time+0x4c/0x60 file_modified+0xcc/0xd0 ext4_buffered_write_iter+0x58/0x124 ext4_file_write_iter+0x54/0x704 vfs_write+0x1c0/0x308 ksys_write+0x74/0x10c __arm64_sys_write+0x1c/0x28 invoke_syscall+0x48/0x114 el0_svc_common.constprop.0+0xc0/0xe0 do_el0_svc+0x1c/0x28 el0_svc+0x40/0xe4 el0t_64_sync_handler+0x120/0x12c el0t_64_sync+0x194/0x198 Root cause is: systemd-random-seed kworker ---------------------------------------------------------------------- ___mark_inode_dirty inode_switch_wbs_work_fn spin_lock(&inode->i_lock); inode_attach_wb locked_inode_to_wb_and_lock_list get inode->i_wb spin_unlock(&inode->i_lock); spin_lock(&wb->list_lock) spin_lock(&inode->i_lock) inode_io_list_move_locked spin_unlock(&wb->list_lock) spin_unlock(&inode->i_lock) spin_lock(&old_wb->list_lock) inode_do_switch_wbs spin_lock(&inode->i_lock) inode->i_wb = new_wb spin_unlock(&inode->i_lock) spin_unlock(&old_wb->list_lock) wb_put_many(old_wb, nr_switched) cgwb_release old wb released wb_wakeup_delayed() accesses wb, then trigger the use-after-free issue Fix this race condition by holding inode spinlock until wb_wakeup_delayed() finished.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel PCI/AER (Advanced Error Reporting) subsystem. When platform firmware reports error information via the ACPI APEI GHES mechanism for a device that does not advertise an AER capability, dev->aer_info remains NULL. The function aer_ratelimit() does not check for this condition, leading to a NULL pointer dereference.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: dm: fix NULL pointer dereference in __dm_suspend() There is a race condition between dm device suspend and table load that can lead to null pointer dereference. The issue occurs when suspend is invoked before table load completes: BUG: kernel NULL pointer dereference, address: 0000000000000054 Oops: 0000 [#1] PREEMPT SMP PTI CPU: 6 PID: 6798 Comm: dmsetup Not tainted 6.6.0-g7e52f5f0ca9b #62 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.1-2.fc37 04/01/2014 RIP: 0010:blk_mq_wait_quiesce_done+0x0/0x50 Call Trace: <TASK> blk_mq_quiesce_queue+0x2c/0x50 dm_stop_queue+0xd/0x20 __dm_suspend+0x130/0x330 dm_suspend+0x11a/0x180 dev_suspend+0x27e/0x560 ctl_ioctl+0x4cf/0x850 dm_ctl_ioctl+0xd/0x20 vfs_ioctl+0x1d/0x50 __se_sys_ioctl+0x9b/0xc0 __x64_sys_ioctl+0x19/0x30 x64_sys_call+0x2c4a/0x4620 do_syscall_64+0x9e/0x1b0 The issue can be triggered as below: T1 T2 dm_suspend table_load __dm_suspend dm_setup_md_queue dm_mq_init_request_queue blk_mq_init_allocated_queue => q->mq_ops = set->ops; (1) dm_stop_queue / dm_wait_for_completion => q->tag_set NULL pointer! (2) => q->tag_set = set; (3) Fix this by checking if a valid table (map) exists before performing request-based suspend and waiting for target I/O. When map is NULL, skip these table-dependent suspend steps. Even when map is NULL, no I/O can reach any target because there is no table loaded; I/O submitted in this state will fail early in the DM layer. Skipping the table-dependent suspend logic in this case is safe and avoids NULL pointer dereferences.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND" I've found that pynfs COMP6 now leaves the connection or lease in a strange state, which causes CLOSE9 to hang indefinitely. I've dug into it a little, but I haven't been able to root-cause it yet. However, I bisected to commit 48aab1606fa8 ("NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"). Tianshuo Han also reports a potential vulnerability when decoding an NFSv4 COMPOUND. An attacker can place an arbitrarily large op count in the COMPOUND header, which results in: [ 51.410584] nfsd: vmalloc error: size 1209533382144, exceeds total pages, mode:0xdc0(GFP_KERNEL|__GFP_ZERO), nodemask=(null),cpuset=/,mems_allowed=0 when NFSD attempts to allocate the COMPOUND op array. Let's restore the operation-per-COMPOUND limit, but increased to 200 for now.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's Multipath TCP (MPTCP) implementation. A race condition in the `mptcp_pm_del_add_timer()` function allows for a use-after-free vulnerability. This can be exploited by a local attacker to cause a denial of service (DoS), potentially leading to privilege escalation or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential cfid UAF in smb2_query_info_compound When smb2_query_info_compound() retries, a previously allocated cfid may have been freed in the first attempt. Because cfid wasn't reset on replay, later cleanup could act on a stale pointer, leading to a potential use-after-free. Reinitialize cfid to NULL under the replay label. Example trace (trimmed): refcount_t: underflow; use-after-free. WARNING: CPU: 1 PID: 11224 at ../lib/refcount.c:28 refcount_warn_saturate+0x9c/0x110 [...] RIP: 0010:refcount_warn_saturate+0x9c/0x110 [...] Call Trace: <TASK> smb2_query_info_compound+0x29c/0x5c0 [cifs f90b72658819bd21c94769b6a652029a07a7172f] ? step_into+0x10d/0x690 ? __legitimize_path+0x28/0x60 smb2_queryfs+0x6a/0xf0 [cifs f90b72658819bd21c94769b6a652029a07a7172f] smb311_queryfs+0x12d/0x140 [cifs f90b72658819bd21c94769b6a652029a07a7172f] ? kmem_cache_alloc+0x18a/0x340 ? getname_flags+0x46/0x1e0 cifs_statfs+0x9f/0x2b0 [cifs f90b72658819bd21c94769b6a652029a07a7172f] statfs_by_dentry+0x67/0x90 vfs_statfs+0x16/0xd0 user_statfs+0x54/0xa0 __do_sys_statfs+0x20/0x50 do_syscall_64+0x58/0x80
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: fix typo in frequency notification The NAN notification is for 5745 MHz which corresponds to channel 149 and not 5475 which is not actually a valid channel. This could result in a NULL pointer dereference in cfg80211_next_nan_dw_notif.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's nf_tables component. A logic bug in nft_map_catchall_activate causes an inverted element activity check during the abort path of a failed transaction. This can lead to a use-after-free vulnerability, as catchall verdict elements may still reference a freed chain. A local low privileged user can exploit this to cause a denial of service or potentially achieve privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's Remote Direct Memory Access (RDMA) `umad` (User Mode Access Device) component. A local user can exploit this vulnerability by manipulating input, causing an integer underflow that leads to an out-of-bounds memory write. This memory corruption can result in a denial of service (DoS) by crashing the system, and may also lead to limited information disclosure or data integrity issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg (CVE-2024-56633)\n\n* kernel: KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop (CVE-2025-21839)\n\n* kernel: block: fix resource leak in blk_register_queue() error path (CVE-2025-37980)\n\n* kernel: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc (CVE-2025-38015)\n\n* kernel: espintcp: remove encap socket caching to avoid reference leak (CVE-2025-38097)\n\n* kernel: bpf: fix ktls panic with sockmap (CVE-2025-38166)\n\n* kernel: bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem() (CVE-2025-38202)\n\n* kernel: bpf: Do not include stack ptr register in precision backtracking bookkeeping (CVE-2025-38279)\n\n* kernel: ring-buffer: Do not trigger WARN_ON() due to a commit_overrun (CVE-2025-38267)\n\n* kernel: phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug (CVE-2025-38275)\n\n* kernel: ftrace: Fix UAF when lookup kallsym after ftrace disabled (CVE-2025-38346)\n\n* kernel: ACPICA: fix acpi operand cache leak in dswstate.c (CVE-2025-38345)\n\n* kernel: nvmet: fix memory leak of bio integrity (CVE-2025-38405)\n\n* kernel: netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto() (CVE-2025-38441)\n\n* kernel: net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime (CVE-2025-38470)\n\n* kernel: fs: writeback: fix use-after-free in __mark_inode_dirty() (CVE-2025-39866)\n\n* kernel: PCI/AER: Avoid NULL pointer dereference in aer_ratelimit() (CVE-2025-40034)\n\n* kernel: dm: fix NULL pointer dereference in __dm_suspend() (CVE-2025-40134)\n\n* kernel: Revert \"NFSD: Remove the cap on number of operations per NFSv4 COMPOUND\" (CVE-2025-40210)\n\n* kernel: Linux kernel MPTCP: Privilege escalation or denial of service via use-after-free in timer handling (CVE-2025-40257)\n\n* kernel: smb: client: fix potential cfid UAF in smb2_query_info_compound (CVE-2025-40320)\n\n* kernel: wifi: mac80211_hwsim: fix typo in frequency notification (CVE-2026-23040)\n\n* kernel: Kernel: Privilege escalation or denial of service in nf_tables via inverted element activity check (CVE-2026-23111)\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: Denial of service and memory corruption in RDMA umad (CVE-2026-23243)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 10 Release Notes linked from 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:18134",
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/10.2_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/10.2_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2334549",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334549"
},
{
"category": "external",
"summary": "2350585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350585"
},
{
"category": "external",
"summary": "2367614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367614"
},
{
"category": "external",
"summary": "2373343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373343"
},
{
"category": "external",
"summary": "2376060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376060"
},
{
"category": "external",
"summary": "2376065",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376065"
},
{
"category": "external",
"summary": "2376382",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376382"
},
{
"category": "external",
"summary": "2379178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379178"
},
{
"category": "external",
"summary": "2379187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379187"
},
{
"category": "external",
"summary": "2379199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379199"
},
{
"category": "external",
"summary": "2379237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379237"
},
{
"category": "external",
"summary": "2379239",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379239"
},
{
"category": "external",
"summary": "2383399",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383399"
},
{
"category": "external",
"summary": "2383478",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383478"
},
{
"category": "external",
"summary": "2383906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383906"
},
{
"category": "external",
"summary": "2396940",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396940"
},
{
"category": "external",
"summary": "2406782",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406782"
},
{
"category": "external",
"summary": "2414468",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414468"
},
{
"category": "external",
"summary": "2416307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416307"
},
{
"category": "external",
"summary": "2418880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418880"
},
{
"category": "external",
"summary": "2419945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419945"
},
{
"category": "external",
"summary": "2436806",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436806"
},
{
"category": "external",
"summary": "2439687",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439687"
},
{
"category": "external",
"summary": "2439895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439895"
},
{
"category": "external",
"summary": "2448594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448594"
},
{
"category": "external",
"summary": "RHEL-101339",
"url": "https://issues.redhat.com/browse/RHEL-101339"
},
{
"category": "external",
"summary": "RHEL-101343",
"url": "https://issues.redhat.com/browse/RHEL-101343"
},
{
"category": "external",
"summary": "RHEL-105431",
"url": "https://issues.redhat.com/browse/RHEL-105431"
},
{
"category": "external",
"summary": "RHEL-106452",
"url": "https://issues.redhat.com/browse/RHEL-106452"
},
{
"category": "external",
"summary": "RHEL-107274",
"url": "https://issues.redhat.com/browse/RHEL-107274"
},
{
"category": "external",
"summary": "RHEL-107916",
"url": "https://issues.redhat.com/browse/RHEL-107916"
},
{
"category": "external",
"summary": "RHEL-108683",
"url": "https://issues.redhat.com/browse/RHEL-108683"
},
{
"category": "external",
"summary": "RHEL-114532",
"url": "https://issues.redhat.com/browse/RHEL-114532"
},
{
"category": "external",
"summary": "RHEL-114533",
"url": "https://issues.redhat.com/browse/RHEL-114533"
},
{
"category": "external",
"summary": "RHEL-116076",
"url": "https://issues.redhat.com/browse/RHEL-116076"
},
{
"category": "external",
"summary": "RHEL-116876",
"url": "https://issues.redhat.com/browse/RHEL-116876"
},
{
"category": "external",
"summary": "RHEL-116879",
"url": "https://issues.redhat.com/browse/RHEL-116879"
},
{
"category": "external",
"summary": "RHEL-118599",
"url": "https://issues.redhat.com/browse/RHEL-118599"
},
{
"category": "external",
"summary": "RHEL-120364",
"url": "https://issues.redhat.com/browse/RHEL-120364"
},
{
"category": "external",
"summary": "RHEL-126233",
"url": "https://issues.redhat.com/browse/RHEL-126233"
},
{
"category": "external",
"summary": "RHEL-134732",
"url": "https://issues.redhat.com/browse/RHEL-134732"
},
{
"category": "external",
"summary": "RHEL-135143",
"url": "https://issues.redhat.com/browse/RHEL-135143"
},
{
"category": "external",
"summary": "RHEL-145936",
"url": "https://issues.redhat.com/browse/RHEL-145936"
},
{
"category": "external",
"summary": "RHEL-42486",
"url": "https://issues.redhat.com/browse/RHEL-42486"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18134.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-25T11:13:18+00:00",
"generator": {
"date": "2026-06-25T11:13:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.1.0"
}
},
"id": "RHSA-2026:18134",
"initial_release_date": "2026-05-19T09:04:01+00:00",
"revision_history": [
{
"date": "2026-05-19T09:04:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T09:04:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T11:13:18+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 (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "perf-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "perf-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "rv-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "rv-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"product": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"product_id": "libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_id": "libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "perf-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "perf-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "rv-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "rv-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"product": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"product_id": "libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "perf-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "perf-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "rtla-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "rv-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "rv-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.1.el10_2.s390x",
"product": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.s390x",
"product_id": "libperf-0:6.12.0-211.7.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.1.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"product_id": "kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-211.7.1.el10_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-211.7.1.el10_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.1.el10_2.src",
"product": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.src",
"product_id": "kernel-0:6.12.0-211.7.1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.1.el10_2?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-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-211.7.1.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "perf-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "perf-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "perf-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "rtla-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "rv-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "rv-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "rv-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src"
},
"product_reference": "kernel-0:6.12.0-211.7.1.el10_2.src",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "libperf-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56633",
"cwe": {
"id": "CWE-99",
"name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)"
},
"discovery_date": "2024-12-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334549"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg\n\nThe current sk memory accounting logic in __SK_REDIRECT is pre-uncharging\ntosend bytes, which is either msg-\u003esg.size or a smaller value apply_bytes.\n\nPotential problems with this strategy are as follows:\n\n- If the actual sent bytes are smaller than tosend, we need to charge some\n bytes back, as in line 487, which is okay but seems not clean.\n\n- When tosend is set to apply_bytes, as in line 417, and (ret \u003c 0), we may\n miss uncharging (msg-\u003esg.size - apply_bytes) bytes.\n\n[...]\n415 tosend = msg-\u003esg.size;\n416 if (psock-\u003eapply_bytes \u0026\u0026 psock-\u003eapply_bytes \u003c tosend)\n417 tosend = psock-\u003eapply_bytes;\n[...]\n443 sk_msg_return(sk, msg, tosend);\n444 release_sock(sk);\n446 origsize = msg-\u003esg.size;\n447 ret = tcp_bpf_sendmsg_redir(sk_redir, redir_ingress,\n448 msg, tosend, flags);\n449 sent = origsize - msg-\u003esg.size;\n[...]\n454 lock_sock(sk);\n455 if (unlikely(ret \u003c 0)) {\n456 int free = sk_msg_free_nocharge(sk, msg);\n458 if (!cork)\n459 *copied -= free;\n460 }\n[...]\n487 if (eval == __SK_REDIRECT)\n488 sk_mem_charge(sk, tosend - sent);\n[...]\n\nWhen running the selftest test_txmsg_redir_wait_sndmem with txmsg_apply,\nthe following warning will be reported:\n\n------------[ cut here ]------------\nWARNING: CPU: 6 PID: 57 at net/ipv4/af_inet.c:156 inet_sock_destruct+0x190/0x1a0\nModules linked in:\nCPU: 6 UID: 0 PID: 57 Comm: kworker/6:0 Not tainted 6.12.0-rc1.bm.1-amd64+ #43\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014\nWorkqueue: events sk_psock_destroy\nRIP: 0010:inet_sock_destruct+0x190/0x1a0\nRSP: 0018:ffffad0a8021fe08 EFLAGS: 00010206\nRAX: 0000000000000011 RBX: ffff9aab4475b900 RCX: ffff9aab481a0800\nRDX: 0000000000000303 RSI: 0000000000000011 RDI: ffff9aab4475b900\nRBP: ffff9aab4475b990 R08: 0000000000000000 R09: ffff9aab40050ec0\nR10: 0000000000000000 R11: ffff9aae6fdb1d01 R12: ffff9aab49c60400\nR13: ffff9aab49c60598 R14: ffff9aab49c60598 R15: dead000000000100\nFS: 0000000000000000(0000) GS:ffff9aae6fd80000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007ffec7e47bd8 CR3: 00000001a1a1c004 CR4: 0000000000770ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nPKRU: 55555554\nCall Trace:\n\u003cTASK\u003e\n? __warn+0x89/0x130\n? inet_sock_destruct+0x190/0x1a0\n? report_bug+0xfc/0x1e0\n? handle_bug+0x5c/0xa0\n? exc_invalid_op+0x17/0x70\n? asm_exc_invalid_op+0x1a/0x20\n? inet_sock_destruct+0x190/0x1a0\n__sk_destruct+0x25/0x220\nsk_psock_destroy+0x2b2/0x310\nprocess_scheduled_works+0xa3/0x3e0\nworker_thread+0x117/0x240\n? __pfx_worker_thread+0x10/0x10\nkthread+0xcf/0x100\n? __pfx_kthread+0x10/0x10\nret_from_fork+0x31/0x40\n? __pfx_kthread+0x10/0x10\nret_from_fork_asm+0x1a/0x30\n\u003c/TASK\u003e\n---[ end trace 0000000000000000 ]---\n\nIn __SK_REDIRECT, a more concise way is delaying the uncharging after sent\nbytes are finalized, and uncharge this value. When (ret \u003c 0), we shall\ninvoke sk_msg_free.\n\nSame thing happens in case __SK_DROP, when tosend is set to apply_bytes,\nwe may miss uncharging (msg-\u003esg.size - apply_bytes) bytes. The same\nwarning will be reported in selftest.\n\n[...]\n468 case __SK_DROP:\n469 default:\n470 sk_msg_free_partial(sk, msg, tosend);\n471 sk_msg_apply_bytes(psock, tosend);\n472 *copied -= (tosend + delta);\n473 return -EACCES;\n[...]\n\nSo instead of sk_msg_free_partial we can do sk_msg_free here.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56633"
},
{
"category": "external",
"summary": "RHBZ#2334549",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334549"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56633",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56633"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-56633-ac1d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-56633-ac1d@gregkh/T"
}
],
"release_date": "2024-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg"
},
{
"cve": "CVE-2025-21839",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"discovery_date": "2025-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350585"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop\n\nMove the conditional loading of hardware DR6 with the guest\u0027s DR6 value\nout of the core .vcpu_run() loop to fix a bug where KVM can load hardware\nwith a stale vcpu-\u003earch.dr6.\n\nWhen the guest accesses a DR and host userspace isn\u0027t debugging the guest,\nKVM disables DR interception and loads the guest\u0027s values into hardware on\nVM-Enter and saves them on VM-Exit. This allows the guest to access DRs\nat will, e.g. so that a sequence of DR accesses to configure a breakpoint\nonly generates one VM-Exit.\n\nFor DR0-DR3, the logic/behavior is identical between VMX and SVM, and also\nidentical between KVM_DEBUGREG_BP_ENABLED (userspace debugging the guest)\nand KVM_DEBUGREG_WONT_EXIT (guest using DRs), and so KVM handles loading\nDR0-DR3 in common code, _outside_ of the core kvm_x86_ops.vcpu_run() loop.\n\nBut for DR6, the guest\u0027s value doesn\u0027t need to be loaded into hardware for\nKVM_DEBUGREG_BP_ENABLED, and SVM provides a dedicated VMCB field whereas\nVMX requires software to manually load the guest value, and so loading the\nguest\u0027s value into DR6 is handled by {svm,vmx}_vcpu_run(), i.e. is done\n_inside_ the core run loop.\n\nUnfortunately, saving the guest values on VM-Exit is initiated by common\nx86, again outside of the core run loop. If the guest modifies DR6 (in\nhardware, when DR interception is disabled), and then the next VM-Exit is\na fastpath VM-Exit, KVM will reload hardware DR6 with vcpu-\u003earch.dr6 and\nclobber the guest\u0027s actual value.\n\nThe bug shows up primarily with nested VMX because KVM handles the VMX\npreemption timer in the fastpath, and the window between hardware DR6\nbeing modified (in guest context) and DR6 being read by guest software is\norders of magnitude larger in a nested setup. E.g. in non-nested, the\nVMX preemption timer would need to fire precisely between #DB injection\nand the #DB handler\u0027s read of DR6, whereas with a KVM-on-KVM setup, the\nwindow where hardware DR6 is \"dirty\" extends all the way from L1 writing\nDR6 to VMRESUME (in L1).\n\n L1\u0027s view:\n ==========\n \u003cL1 disables DR interception\u003e\n CPU 0/KVM-7289 [023] d.... 2925.640961: kvm_entry: vcpu 0\n A: L1 Writes DR6\n CPU 0/KVM-7289 [023] d.... 2925.640963: \u003chack\u003e: Set DRs, DR6 = 0xffff0ff1\n\n B: CPU 0/KVM-7289 [023] d.... 2925.640967: kvm_exit: vcpu 0 reason EXTERNAL_INTERRUPT intr_info 0x800000ec\n\n D: L1 reads DR6, arch.dr6 = 0\n CPU 0/KVM-7289 [023] d.... 2925.640969: \u003chack\u003e: Sync DRs, DR6 = 0xffff0ff0\n\n CPU 0/KVM-7289 [023] d.... 2925.640976: kvm_entry: vcpu 0\n L2 reads DR6, L1 disables DR interception\n CPU 0/KVM-7289 [023] d.... 2925.640980: kvm_exit: vcpu 0 reason DR_ACCESS info1 0x0000000000000216\n CPU 0/KVM-7289 [023] d.... 2925.640983: kvm_entry: vcpu 0\n\n CPU 0/KVM-7289 [023] d.... 2925.640983: \u003chack\u003e: Set DRs, DR6 = 0xffff0ff0\n\n L2 detects failure\n CPU 0/KVM-7289 [023] d.... 2925.640987: kvm_exit: vcpu 0 reason HLT\n L1 reads DR6 (confirms failure)\n CPU 0/KVM-7289 [023] d.... 2925.640990: \u003chack\u003e: Sync DRs, DR6 = 0xffff0ff0\n\n L0\u0027s view:\n ==========\n L2 reads DR6, arch.dr6 = 0\n CPU 23/KVM-5046 [001] d.... 3410.005610: kvm_exit: vcpu 23 reason DR_ACCESS info1 0x0000000000000216\n CPU 23/KVM-5046 [001] ..... 3410.005610: kvm_nested_vmexit: vcpu 23 reason DR_ACCESS info1 0x0000000000000216\n\n L2 =\u003e L1 nested VM-Exit\n CPU 23/KVM-5046 [001] ..... 3410.005610: kvm_nested_vmexit_inject: reason: DR_ACCESS ext_inf1: 0x0000000000000216\n\n CPU 23/KVM-5046 [001] d.... 3410.005610: kvm_entry: vcpu 23\n CPU 23/KVM-5046 [001] d.... 3410.005611: kvm_exit: vcpu 23 reason VMREAD\n CPU 23/KVM-5046 [001] d.... 3410.005611: kvm_entry: vcpu 23\n CPU 23/KVM-5046 [001] d.... 3410.\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21839"
},
{
"category": "external",
"summary": "RHBZ#2350585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350585"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21839",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21839"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025030707-CVE-2025-21839-dfd9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025030707-CVE-2025-21839-dfd9@gregkh/T"
}
],
"release_date": "2025-03-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop"
},
{
"cve": "CVE-2025-37980",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2025-05-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367614"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock: fix resource leak in blk_register_queue() error path\n\nWhen registering a queue fails after blk_mq_sysfs_register() is\nsuccessful but the function later encounters an error, we need\nto clean up the blk_mq_sysfs resources.\n\nAdd the missing blk_mq_sysfs_unregister() call in the error path\nto properly clean up these resources and prevent a memory leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: block: fix resource leak in blk_register_queue() error path",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37980"
},
{
"category": "external",
"summary": "RHBZ#2367614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37980",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37980"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025052040-CVE-2025-37980-561f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025052040-CVE-2025-37980-561f@gregkh/T"
}
],
"release_date": "2025-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: block: fix resource leak in blk_register_queue() error path"
},
{
"cve": "CVE-2025-38015",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373343"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: idxd: fix memory leak in error handling path of idxd_alloc\n\nMemory allocated for idxd is not freed if an error occurs during\nidxd_alloc(). To fix it, free the allocated memory in the reverse order\nof allocation before exiting the function in case of an error.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38015"
},
{
"category": "external",
"summary": "RHBZ#2373343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373343"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38015",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38015"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061844-CVE-2025-38015-84e8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061844-CVE-2025-38015-84e8@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc"
},
{
"cve": "CVE-2025-38097",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-07-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376060"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nespintcp: remove encap socket caching to avoid reference leak\n\nThe current scheme for caching the encap socket can lead to reference\nleaks when we try to delete the netns.\n\nThe reference chain is: xfrm_state -\u003e enacp_sk -\u003e netns\n\nSince the encap socket is a userspace socket, it holds a reference on\nthe netns. If we delete the espintcp state (through flush or\nindividual delete) before removing the netns, the reference on the\nsocket is dropped and the netns is correctly deleted. Otherwise, the\nnetns may not be reachable anymore (if all processes within the ns\nhave terminated), so we cannot delete the xfrm state to drop its\nreference on the socket.\n\nThis patch results in a small (~2% in my tests) performance\nregression.\n\nA GC-type mechanism could be added for the socket cache, to clear\nreferences if the state hasn\u0027t been used \"recently\", but it\u0027s a lot\nmore complex than just not caching the socket.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: espintcp: remove encap socket caching to avoid reference leak",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38097"
},
{
"category": "external",
"summary": "RHBZ#2376060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376060"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38097",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38097"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025070305-CVE-2025-38097-287c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025070305-CVE-2025-38097-287c@gregkh/T"
}
],
"release_date": "2025-07-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: espintcp: remove encap socket caching to avoid reference leak"
},
{
"cve": "CVE-2025-38166",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2025-07-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376065"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: fix ktls panic with sockmap\n\n[ 2172.936997] ------------[ cut here ]------------\n[ 2172.936999] kernel BUG at lib/iov_iter.c:629!\n......\n[ 2172.944996] PKRU: 55555554\n[ 2172.945155] Call Trace:\n[ 2172.945299] \u003cTASK\u003e\n[ 2172.945428] ? die+0x36/0x90\n[ 2172.945601] ? do_trap+0xdd/0x100\n[ 2172.945795] ? iov_iter_revert+0x178/0x180\n[ 2172.946031] ? iov_iter_revert+0x178/0x180\n[ 2172.946267] ? do_error_trap+0x7d/0x110\n[ 2172.946499] ? iov_iter_revert+0x178/0x180\n[ 2172.946736] ? exc_invalid_op+0x50/0x70\n[ 2172.946961] ? iov_iter_revert+0x178/0x180\n[ 2172.947197] ? asm_exc_invalid_op+0x1a/0x20\n[ 2172.947446] ? iov_iter_revert+0x178/0x180\n[ 2172.947683] ? iov_iter_revert+0x5c/0x180\n[ 2172.947913] tls_sw_sendmsg_locked.isra.0+0x794/0x840\n[ 2172.948206] tls_sw_sendmsg+0x52/0x80\n[ 2172.948420] ? inet_sendmsg+0x1f/0x70\n[ 2172.948634] __sys_sendto+0x1cd/0x200\n[ 2172.948848] ? find_held_lock+0x2b/0x80\n[ 2172.949072] ? syscall_trace_enter+0x140/0x270\n[ 2172.949330] ? __lock_release.isra.0+0x5e/0x170\n[ 2172.949595] ? find_held_lock+0x2b/0x80\n[ 2172.949817] ? syscall_trace_enter+0x140/0x270\n[ 2172.950211] ? lockdep_hardirqs_on_prepare+0xda/0x190\n[ 2172.950632] ? ktime_get_coarse_real_ts64+0xc2/0xd0\n[ 2172.951036] __x64_sys_sendto+0x24/0x30\n[ 2172.951382] do_syscall_64+0x90/0x170\n......\n\nAfter calling bpf_exec_tx_verdict(), the size of msg_pl-\u003esg may increase,\ne.g., when the BPF program executes bpf_msg_push_data().\n\nIf the BPF program sets cork_bytes and sg.size is smaller than cork_bytes,\nit will return -ENOSPC and attempt to roll back to the non-zero copy\nlogic. However, during rollback, msg-\u003emsg_iter is reset, but since\nmsg_pl-\u003esg.size has been increased, subsequent executions will exceed the\nactual size of msg_iter.\n\u0027\u0027\u0027\niov_iter_revert(\u0026msg-\u003emsg_iter, msg_pl-\u003esg.size - orig_size);\n\u0027\u0027\u0027\n\nThe changes in this commit are based on the following considerations:\n\n1. When cork_bytes is set, rolling back to non-zero copy logic is\npointless and can directly go to zero-copy logic.\n\n2. We can not calculate the correct number of bytes to revert msg_iter.\n\nAssume the original data is \"abcdefgh\" (8 bytes), and after 3 pushes\nby the BPF program, it becomes 11-byte data: \"abc?de?fgh?\".\nThen, we set cork_bytes to 6, which means the first 6 bytes have been\nprocessed, and the remaining 5 bytes \"?fgh?\" will be cached until the\nlength meets the cork_bytes requirement.\n\nHowever, some data in \"?fgh?\" is not within \u0027sg-\u003emsg_iter\u0027\n(but in msg_pl instead), especially the data \"?\" we pushed.\n\nSo it doesn\u0027t seem as simple as just reverting through an offset of\nmsg_iter.\n\n3. For non-TLS sockets in tcp_bpf_sendmsg, when a \"cork\" situation occurs,\nthe user-space send() doesn\u0027t return an error, and the returned length is\nthe same as the input length parameter, even if some data is cached.\n\nAdditionally, I saw that the current non-zero-copy logic for handling\ncorking is written as:\n\u0027\u0027\u0027\nline 1177\nelse if (ret != -EAGAIN) {\n\tif (ret == -ENOSPC)\n\t\tret = 0;\n\tgoto send_end;\n\u0027\u0027\u0027\n\nSo it\u0027s ok to just return \u0027copied\u0027 without error when a \"cork\" situation\noccurs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bpf: fix ktls panic with sockmap",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38166"
},
{
"category": "external",
"summary": "RHBZ#2376065",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376065"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38166",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38166"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025070341-CVE-2025-38166-3dc8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025070341-CVE-2025-38166-3dc8@gregkh/T"
}
],
"release_date": "2025-07-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: bpf: fix ktls panic with sockmap"
},
{
"cve": "CVE-2025-38202",
"cwe": {
"id": "CWE-414",
"name": "Missing Lock Check"
},
"discovery_date": "2025-07-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376382"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()\n\nbpf_map_lookup_percpu_elem() helper is also available for sleepable bpf\nprogram. When BPF JIT is disabled or under 32-bit host,\nbpf_map_lookup_percpu_elem() will not be inlined. Using it in a\nsleepable bpf program will trigger the warning in\nbpf_map_lookup_percpu_elem(), because the bpf program only holds\nrcu_read_lock_trace lock. Therefore, add the missed check.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38202"
},
{
"category": "external",
"summary": "RHBZ#2376382",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376382"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38202",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38202"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025070418-CVE-2025-38202-bef0@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025070418-CVE-2025-38202-bef0@gregkh/T"
}
],
"release_date": "2025-07-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()"
},
{
"cve": "CVE-2025-38267",
"cwe": {
"id": "CWE-821",
"name": "Incorrect Synchronization"
},
"discovery_date": "2025-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379187"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nring-buffer: Do not trigger WARN_ON() due to a commit_overrun\n\nWhen reading a memory mapped buffer the reader page is just swapped out\nwith the last page written in the write buffer. If the reader page is the\nsame as the commit buffer (the buffer that is currently being written to)\nit was assumed that it should never have missed events. If it does, it\ntriggers a WARN_ON_ONCE().\n\nBut there just happens to be one scenario where this can legitimately\nhappen. That is on a commit_overrun. A commit overrun is when an interrupt\npreempts an event being written to the buffer and then the interrupt adds\nso many new events that it fills and wraps the buffer back to the commit.\nAny new events would then be dropped and be reported as \"missed_events\".\n\nIn this case, the next page to read is the commit buffer and after the\nswap of the reader page, the reader page will be the commit buffer, but\nthis time there will be missed events and this triggers the following\nwarning:\n\n ------------[ cut here ]------------\n WARNING: CPU: 2 PID: 1127 at kernel/trace/ring_buffer.c:7357 ring_buffer_map_get_reader+0x49a/0x780\n Modules linked in: kvm_intel kvm irqbypass\n CPU: 2 UID: 0 PID: 1127 Comm: trace-cmd Not tainted 6.15.0-rc7-test-00004-g478bc2824b45-dirty #564 PREEMPT\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014\n RIP: 0010:ring_buffer_map_get_reader+0x49a/0x780\n Code: 00 00 00 48 89 fe 48 c1 ee 03 80 3c 2e 00 0f 85 ec 01 00 00 4d 3b a6 a8 00 00 00 0f 85 8a fd ff ff 48 85 c0 0f 84 55 fe ff ff \u003c0f\u003e 0b e9 4e fe ff ff be 08 00 00 00 4c 89 54 24 58 48 89 54 24 50\n RSP: 0018:ffff888121787dc0 EFLAGS: 00010002\n RAX: 00000000000006a2 RBX: ffff888100062800 RCX: ffffffff8190cb49\n RDX: ffff888126934c00 RSI: 1ffff11020200a15 RDI: ffff8881010050a8\n RBP: dffffc0000000000 R08: 0000000000000000 R09: ffffed1024d26982\n R10: ffff888126934c17 R11: ffff8881010050a8 R12: ffff888126934c00\n R13: ffff8881010050b8 R14: ffff888101005000 R15: ffff888126930008\n FS: 00007f95c8cd7540(0000) GS:ffff8882b576e000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 00007f95c8de4dc0 CR3: 0000000128452002 CR4: 0000000000172ef0\n Call Trace:\n \u003cTASK\u003e\n ? __pfx_ring_buffer_map_get_reader+0x10/0x10\n tracing_buffers_ioctl+0x283/0x370\n __x64_sys_ioctl+0x134/0x190\n do_syscall_64+0x79/0x1c0\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n RIP: 0033:0x7f95c8de48db\n Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 \u003c89\u003e c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00\n RSP: 002b:00007ffe037ba110 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\n RAX: ffffffffffffffda RBX: 00007ffe037bb2b0 RCX: 00007f95c8de48db\n RDX: 0000000000000000 RSI: 0000000000005220 RDI: 0000000000000006\n RBP: 00007ffe037ba180 R08: 0000000000000000 R09: 0000000000000000\n R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000\n R13: 00007ffe037bb6f8 R14: 00007f95c9065000 R15: 00005575c7492c90\n \u003c/TASK\u003e\n irq event stamp: 5080\n hardirqs last enabled at (5079): [\u003cffffffff83e0adb0\u003e] _raw_spin_unlock_irqrestore+0x50/0x70\n hardirqs last disabled at (5080): [\u003cffffffff83e0aa83\u003e] _raw_spin_lock_irqsave+0x63/0x70\n softirqs last enabled at (4182): [\u003cffffffff81516122\u003e] handle_softirqs+0x552/0x710\n softirqs last disabled at (4159): [\u003cffffffff815163f7\u003e] __irq_exit_rcu+0x107/0x210\n ---[ end trace 0000000000000000 ]---\n\nThe above was triggered by running on a kernel with both lockdep and KASAN\nas well as kmemleak enabled and executing the following command:\n\n # perf record -o perf-test.dat -a -- trace-cmd record --nosplice -e all -p function hackbench 50\n\nWith perf interjecting a lot of interrupts and trace-cmd enabling all\nevents as well as function tracing, with lockdep, KASAN and kmemleak\nenabled, it could cause an interrupt preempting an event being written to\nadd enough event\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ring-buffer: Do not trigger WARN_ON() due to a commit_overrun",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38267"
},
{
"category": "external",
"summary": "RHBZ#2379187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38267"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38267",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38267"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071007-CVE-2025-38267-2f0c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071007-CVE-2025-38267-2f0c@gregkh/T"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ring-buffer: Do not trigger WARN_ON() due to a commit_overrun"
},
{
"cve": "CVE-2025-38275",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379199"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nphy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug\n\nThe qmp_usb_iomap() helper function currently returns the raw result of\ndevm_ioremap() for non-exclusive mappings. Since devm_ioremap() may return\na NULL pointer and the caller only checks error pointers with IS_ERR(),\nNULL could bypass the check and lead to an invalid dereference.\n\nFix the issue by checking if devm_ioremap() returns NULL. When it does,\nqmp_usb_iomap() now returns an error pointer via IOMEM_ERR_PTR(-ENOMEM),\nensuring safe and consistent error handling.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38275"
},
{
"category": "external",
"summary": "RHBZ#2379199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379199"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38275",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38275"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071008-CVE-2025-38275-4db0@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071008-CVE-2025-38275-4db0@gregkh/T"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug"
},
{
"cve": "CVE-2025-38279",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2025-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379178"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Do not include stack ptr register in precision backtracking bookkeeping\n\nYi Lai reported an issue ([1]) where the following warning appears\nin kernel dmesg:\n [ 60.643604] verifier backtracking bug\n [ 60.643635] WARNING: CPU: 10 PID: 2315 at kernel/bpf/verifier.c:4302 __mark_chain_precision+0x3a6c/0x3e10\n [ 60.648428] Modules linked in: bpf_testmod(OE)\n [ 60.650471] CPU: 10 UID: 0 PID: 2315 Comm: test_progs Tainted: G OE 6.15.0-rc4-gef11287f8289-dirty #327 PREEMPT(full)\n [ 60.654385] Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE\n [ 60.656682] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014\n [ 60.660475] RIP: 0010:__mark_chain_precision+0x3a6c/0x3e10\n [ 60.662814] Code: 5a 30 84 89 ea e8 c4 d9 01 00 80 3d 3e 7d d8 04 00 0f 85 60 fa ff ff c6 05 31 7d d8 04\n 01 48 c7 c7 00 58 30 84 e8 c4 06 a5 ff \u003c0f\u003e 0b e9 46 fa ff ff 48 ...\n [ 60.668720] RSP: 0018:ffff888116cc7298 EFLAGS: 00010246\n [ 60.671075] RAX: 54d70e82dfd31900 RBX: ffff888115b65e20 RCX: 0000000000000000\n [ 60.673659] RDX: 0000000000000001 RSI: 0000000000000004 RDI: 00000000ffffffff\n [ 60.676241] RBP: 0000000000000400 R08: ffff8881f6f23bd3 R09: 1ffff1103ede477a\n [ 60.678787] R10: dffffc0000000000 R11: ffffed103ede477b R12: ffff888115b60ae8\n [ 60.681420] R13: 1ffff11022b6cbc4 R14: 00000000fffffff2 R15: 0000000000000001\n [ 60.684030] FS: 00007fc2aedd80c0(0000) GS:ffff88826fa8a000(0000) knlGS:0000000000000000\n [ 60.686837] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n [ 60.689027] CR2: 000056325369e000 CR3: 000000011088b002 CR4: 0000000000370ef0\n [ 60.691623] Call Trace:\n [ 60.692821] \u003cTASK\u003e\n [ 60.693960] ? __pfx_verbose+0x10/0x10\n [ 60.695656] ? __pfx_disasm_kfunc_name+0x10/0x10\n [ 60.697495] check_cond_jmp_op+0x16f7/0x39b0\n [ 60.699237] do_check+0x58fa/0xab10\n ...\n\nFurther analysis shows the warning is at line 4302 as below:\n\n 4294 /* static subprog call instruction, which\n 4295 * means that we are exiting current subprog,\n 4296 * so only r1-r5 could be still requested as\n 4297 * precise, r0 and r6-r10 or any stack slot in\n 4298 * the current frame should be zero by now\n 4299 */\n 4300 if (bt_reg_mask(bt) \u0026 ~BPF_REGMASK_ARGS) {\n 4301 verbose(env, \"BUG regs %x\\n\", bt_reg_mask(bt));\n 4302 WARN_ONCE(1, \"verifier backtracking bug\");\n 4303 return -EFAULT;\n 4304 }\n\nWith the below test (also in the next patch):\n __used __naked static void __bpf_jmp_r10(void)\n {\n\tasm volatile (\n\t\"r2 = 2314885393468386424 ll;\"\n\t\"goto +0;\"\n\t\"if r2 \u003c= r10 goto +3;\"\n\t\"if r1 \u003e= -1835016 goto +0;\"\n\t\"if r2 \u003c= 8 goto +0;\"\n\t\"if r3 \u003c= 0 goto +0;\"\n\t\"exit;\"\n\t::: __clobber_all);\n }\n\n SEC(\"?raw_tp\")\n __naked void bpf_jmp_r10(void)\n {\n\tasm volatile (\n\t\"r3 = 0 ll;\"\n\t\"call __bpf_jmp_r10;\"\n\t\"r0 = 0;\"\n\t\"exit;\"\n\t::: __clobber_all);\n }\n\nThe following is the verifier failure log:\n 0: (18) r3 = 0x0 ; R3_w=0\n 2: (85) call pc+2\n caller:\n R10=fp0\n callee:\n frame1: R1=ctx() R3_w=0 R10=fp0\n 5: frame1: R1=ctx() R3_w=0 R10=fp0\n ; asm volatile (\" \\ @ verifier_precision.c:184\n 5: (18) r2 = 0x20202000256c6c78 ; frame1: R2_w=0x20202000256c6c78\n 7: (05) goto pc+0\n 8: (bd) if r2 \u003c= r10 goto pc+3 ; frame1: R2_w=0x20202000256c6c78 R10=fp0\n 9: (35) if r1 \u003e= 0xffe3fff8 goto pc+0 ; frame1: R1=ctx()\n 10: (b5) if r2 \u003c= 0x8 goto pc+0\n mark_precise: frame1: last_idx 10 first_idx 0 subseq_idx -1\n mark_precise: frame1: regs=r2 stack= before 9: (35) if r1 \u003e= 0xffe3fff8 goto pc+0\n mark_precise: frame1: regs=r2 stack= before 8: (bd) if r2 \u003c= r10 goto pc+3\n mark_preci\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bpf: Do not include stack ptr register in precision backtracking bookkeeping",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38279"
},
{
"category": "external",
"summary": "RHBZ#2379178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379178"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38279"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38279",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38279"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071009-CVE-2025-38279-af9f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071009-CVE-2025-38279-af9f@gregkh/T"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: bpf: Do not include stack ptr register in precision backtracking bookkeeping"
},
{
"cve": "CVE-2025-38345",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379239"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPICA: fix acpi operand cache leak in dswstate.c\n\nACPICA commit 987a3b5cf7175916e2a4b6ea5b8e70f830dfe732\n\nI found an ACPI cache leak in ACPI early termination and boot continuing case.\n\nWhen early termination occurs due to malicious ACPI table, Linux kernel\nterminates ACPI function and continues to boot process. While kernel terminates\nACPI function, kmem_cache_destroy() reports Acpi-Operand cache leak.\n\nBoot log of ACPI operand cache leak is as follows:\n\u003e[ 0.585957] ACPI: Added _OSI(Module Device)\n\u003e[ 0.587218] ACPI: Added _OSI(Processor Device)\n\u003e[ 0.588530] ACPI: Added _OSI(3.0 _SCP Extensions)\n\u003e[ 0.589790] ACPI: Added _OSI(Processor Aggregator Device)\n\u003e[ 0.591534] ACPI Error: Illegal I/O port address/length above 64K: C806E00000004002/0x2 (20170303/hwvalid-155)\n\u003e[ 0.594351] ACPI Exception: AE_LIMIT, Unable to initialize fixed events (20170303/evevent-88)\n\u003e[ 0.597858] ACPI: Unable to start the ACPI Interpreter\n\u003e[ 0.599162] ACPI Error: Could not remove SCI handler (20170303/evmisc-281)\n\u003e[ 0.601836] kmem_cache_destroy Acpi-Operand: Slab cache still has objects\n\u003e[ 0.603556] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.12.0-rc5 #26\n\u003e[ 0.605159] Hardware name: innotek gmb_h virtual_box/virtual_box, BIOS virtual_box 12/01/2006\n\u003e[ 0.609177] Call Trace:\n\u003e[ 0.610063] ? dump_stack+0x5c/0x81\n\u003e[ 0.611118] ? kmem_cache_destroy+0x1aa/0x1c0\n\u003e[ 0.612632] ? acpi_sleep_proc_init+0x27/0x27\n\u003e[ 0.613906] ? acpi_os_delete_cache+0xa/0x10\n\u003e[ 0.617986] ? acpi_ut_delete_caches+0x3f/0x7b\n\u003e[ 0.619293] ? acpi_terminate+0xa/0x14\n\u003e[ 0.620394] ? acpi_init+0x2af/0x34f\n\u003e[ 0.621616] ? __class_create+0x4c/0x80\n\u003e[ 0.623412] ? video_setup+0x7f/0x7f\n\u003e[ 0.624585] ? acpi_sleep_proc_init+0x27/0x27\n\u003e[ 0.625861] ? do_one_initcall+0x4e/0x1a0\n\u003e[ 0.627513] ? kernel_init_freeable+0x19e/0x21f\n\u003e[ 0.628972] ? rest_init+0x80/0x80\n\u003e[ 0.630043] ? kernel_init+0xa/0x100\n\u003e[ 0.631084] ? ret_from_fork+0x25/0x30\n\u003e[ 0.633343] vgaarb: loaded\n\u003e[ 0.635036] EDAC MC: Ver: 3.0.0\n\u003e[ 0.638601] PCI: Probing PCI hardware\n\u003e[ 0.639833] PCI host bridge to bus 0000:00\n\u003e[ 0.641031] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]\n\u003e ... Continue to boot and log is omitted ...\n\nI analyzed this memory leak in detail and found acpi_ds_obj_stack_pop_and_\ndelete() function miscalculated the top of the stack. acpi_ds_obj_stack_push()\nfunction uses walk_state-\u003eoperand_index for start position of the top, but\nacpi_ds_obj_stack_pop_and_delete() function considers index 0 for it.\nTherefore, this causes acpi operand memory leak.\n\nThis cache leak causes a security threat because an old kernel (\u003c= 4.9) shows\nmemory locations of kernel functions in stack dump. Some malicious users\ncould use this information to neutralize kernel ASLR.\n\nI made a patch to fix ACPI operand cache leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ACPICA: fix acpi operand cache leak in dswstate.c",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38345"
},
{
"category": "external",
"summary": "RHBZ#2379239",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379239"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38345",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38345"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071035-CVE-2025-38345-ef5c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071035-CVE-2025-38345-ef5c@gregkh/T"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ACPICA: fix acpi operand cache leak in dswstate.c"
},
{
"cve": "CVE-2025-38346",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379237"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix UAF when lookup kallsym after ftrace disabled\n\nThe following issue happens with a buggy module:\n\nBUG: unable to handle page fault for address: ffffffffc05d0218\nPGD 1bd66f067 P4D 1bd66f067 PUD 1bd671067 PMD 101808067 PTE 0\nOops: Oops: 0000 [#1] SMP KASAN PTI\nTainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nRIP: 0010:sized_strscpy+0x81/0x2f0\nRSP: 0018:ffff88812d76fa08 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffffffffc0601010 RCX: dffffc0000000000\nRDX: 0000000000000038 RSI: dffffc0000000000 RDI: ffff88812608da2d\nRBP: 8080808080808080 R08: ffff88812608da2d R09: ffff88812608da68\nR10: ffff88812608d82d R11: ffff88812608d810 R12: 0000000000000038\nR13: ffff88812608da2d R14: ffffffffc05d0218 R15: fefefefefefefeff\nFS: 00007fef552de740(0000) GS:ffff8884251c7000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: ffffffffc05d0218 CR3: 00000001146f0000 CR4: 00000000000006f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n ftrace_mod_get_kallsym+0x1ac/0x590\n update_iter_mod+0x239/0x5b0\n s_next+0x5b/0xa0\n seq_read_iter+0x8c9/0x1070\n seq_read+0x249/0x3b0\n proc_reg_read+0x1b0/0x280\n vfs_read+0x17f/0x920\n ksys_read+0xf3/0x1c0\n do_syscall_64+0x5f/0x2e0\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nThe above issue may happen as follows:\n(1) Add kprobe tracepoint;\n(2) insmod test.ko;\n(3) Module triggers ftrace disabled;\n(4) rmmod test.ko;\n(5) cat /proc/kallsyms; --\u003e Will trigger UAF as test.ko already removed;\nftrace_mod_get_kallsym()\n...\nstrscpy(module_name, mod_map-\u003emod-\u003ename, MODULE_NAME_LEN);\n...\n\nThe problem is when a module triggers an issue with ftrace and\nsets ftrace_disable. The ftrace_disable is set when an anomaly is\ndiscovered and to prevent any more damage, ftrace stops all text\nmodification. The issue that happened was that the ftrace_disable stops\nmore than just the text modification.\n\nWhen a module is loaded, its init functions can also be traced. Because\nkallsyms deletes the init functions after a module has loaded, ftrace\nsaves them when the module is loaded and function tracing is enabled. This\nallows the output of the function trace to show the init function names\ninstead of just their raw memory addresses.\n\nWhen a module is removed, ftrace_release_mod() is called, and if\nftrace_disable is set, it just returns without doing anything more. The\nproblem here is that it leaves the mod_list still around and if kallsyms\nis called, it will call into this code and access the module memory that\nhas already been freed as it will return:\n\n strscpy(module_name, mod_map-\u003emod-\u003ename, MODULE_NAME_LEN);\n\nWhere the \"mod\" no longer exists and triggers a UAF bug.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ftrace: Fix UAF when lookup kallsym after ftrace disabled",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38346"
},
{
"category": "external",
"summary": "RHBZ#2379237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38346",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38346"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071035-CVE-2025-38346-8cb6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071035-CVE-2025-38346-8cb6@gregkh/T"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ftrace: Fix UAF when lookup kallsym after ftrace disabled"
},
{
"cve": "CVE-2025-38405",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-07-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383399"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: fix memory leak of bio integrity\n\nIf nvmet receives commands with metadata there is a continuous memory\nleak of kmalloc-128 slab or more precisely bio-\u003ebi_integrity.\n\nSince commit bf4c89fc8797 (\"block: don\u0027t call bio_uninit from bio_endio\")\neach user of bio_init has to use bio_uninit as well. Otherwise the bio\nintegrity is not getting free. Nvmet uses bio_init for inline bios.\n\nUninit the inline bio to complete deallocation of integrity in bio.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvmet: fix memory leak of bio integrity",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38405"
},
{
"category": "external",
"summary": "RHBZ#2383399",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383399"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38405",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38405"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38405",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38405"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072511-CVE-2025-38405-014e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072511-CVE-2025-38405-014e@gregkh/T"
}
],
"release_date": "2025-07-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: nvmet: fix memory leak of bio integrity"
},
{
"cve": "CVE-2025-38441",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-07-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383478"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()\n\nsyzbot found a potential access to uninit-value in nf_flow_pppoe_proto()\n\nBlamed commit forgot the Ethernet header.\n\nBUG: KMSAN: uninit-value in nf_flow_offload_inet_hook+0x7e4/0x940 net/netfilter/nf_flow_table_inet.c:27\n nf_flow_offload_inet_hook+0x7e4/0x940 net/netfilter/nf_flow_table_inet.c:27\n nf_hook_entry_hookfn include/linux/netfilter.h:157 [inline]\n nf_hook_slow+0xe1/0x3d0 net/netfilter/core.c:623\n nf_hook_ingress include/linux/netfilter_netdev.h:34 [inline]\n nf_ingress net/core/dev.c:5742 [inline]\n __netif_receive_skb_core+0x4aff/0x70c0 net/core/dev.c:5837\n __netif_receive_skb_one_core net/core/dev.c:5975 [inline]\n __netif_receive_skb+0xcc/0xac0 net/core/dev.c:6090\n netif_receive_skb_internal net/core/dev.c:6176 [inline]\n netif_receive_skb+0x57/0x630 net/core/dev.c:6235\n tun_rx_batched+0x1df/0x980 drivers/net/tun.c:1485\n tun_get_user+0x4ee0/0x6b40 drivers/net/tun.c:1938\n tun_chr_write_iter+0x3e9/0x5c0 drivers/net/tun.c:1984\n new_sync_write fs/read_write.c:593 [inline]\n vfs_write+0xb4b/0x1580 fs/read_write.c:686\n ksys_write fs/read_write.c:738 [inline]\n __do_sys_write fs/read_write.c:749 [inline]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38441"
},
{
"category": "external",
"summary": "RHBZ#2383478",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383478"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38441"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072502-CVE-2025-38441-bb71@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072502-CVE-2025-38441-bb71@gregkh/T"
}
],
"release_date": "2025-07-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()"
},
{
"cve": "CVE-2025-38470",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-07-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383906"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime\n\nAssuming the \"rx-vlan-filter\" feature is enabled on a net device, the\n8021q module will automatically add or remove VLAN 0 when the net device\nis put administratively up or down, respectively. There are a couple of\nproblems with the above scheme.\n\nThe first problem is a memory leak that can happen if the \"rx-vlan-filter\"\nfeature is disabled while the device is running:\n\n # ip link add bond1 up type bond mode 0\n # ethtool -K bond1 rx-vlan-filter off\n # ip link del dev bond1\n\nWhen the device is put administratively down the \"rx-vlan-filter\"\nfeature is disabled, so the 8021q module will not remove VLAN 0 and the\nmemory will be leaked [1].\n\nAnother problem that can happen is that the kernel can automatically\ndelete VLAN 0 when the device is put administratively down despite not\nadding it when the device was put administratively up since during that\ntime the \"rx-vlan-filter\" feature was disabled. null-ptr-unref or\nbug_on[2] will be triggered by unregister_vlan_dev() for refcount\nimbalance if toggling filtering during runtime:\n\n$ ip link add bond0 type bond mode 0\n$ ip link add link bond0 name vlan0 type vlan id 0 protocol 802.1q\n$ ethtool -K bond0 rx-vlan-filter off\n$ ifconfig bond0 up\n$ ethtool -K bond0 rx-vlan-filter on\n$ ifconfig bond0 down\n$ ip link del vlan0\n\nRoot cause is as below:\nstep1: add vlan0 for real_dev, such as bond, team.\nregister_vlan_dev\n vlan_vid_add(real_dev,htons(ETH_P_8021Q),0) //refcnt=1\nstep2: disable vlan filter feature and enable real_dev\nstep3: change filter from 0 to 1\nvlan_device_event\n vlan_filter_push_vids\n ndo_vlan_rx_add_vid //No refcnt added to real_dev vlan0\nstep4: real_dev down\nvlan_device_event\n vlan_vid_del(dev, htons(ETH_P_8021Q), 0); //refcnt=0\n vlan_info_rcu_free //free vlan0\nstep5: delete vlan0\nunregister_vlan_dev\n BUG_ON(!vlan_info); //vlan_info is null\n\nFix both problems by noting in the VLAN info whether VLAN 0 was\nautomatically added upon NETDEV_UP and based on that decide whether it\nshould be deleted upon NETDEV_DOWN, regardless of the state of the\n\"rx-vlan-filter\" feature.\n\n[1]\nunreferenced object 0xffff8880068e3100 (size 256):\n comm \"ip\", pid 384, jiffies 4296130254\n hex dump (first 32 bytes):\n 00 20 30 0d 80 88 ff ff 00 00 00 00 00 00 00 00 . 0.............\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace (crc 81ce31fa):\n __kmalloc_cache_noprof+0x2b5/0x340\n vlan_vid_add+0x434/0x940\n vlan_device_event.cold+0x75/0xa8\n notifier_call_chain+0xca/0x150\n __dev_notify_flags+0xe3/0x250\n rtnl_configure_link+0x193/0x260\n rtnl_newlink_create+0x383/0x8e0\n __rtnl_newlink+0x22c/0xa40\n rtnl_newlink+0x627/0xb00\n rtnetlink_rcv_msg+0x6fb/0xb70\n netlink_rcv_skb+0x11f/0x350\n netlink_unicast+0x426/0x710\n netlink_sendmsg+0x75a/0xc20\n __sock_sendmsg+0xc1/0x150\n ____sys_sendmsg+0x5aa/0x7b0\n ___sys_sendmsg+0xfc/0x180\n\n[2]\nkernel BUG at net/8021q/vlan.c:99!\nOops: invalid opcode: 0000 [#1] SMP KASAN PTI\nCPU: 0 UID: 0 PID: 382 Comm: ip Not tainted 6.16.0-rc3 #61 PREEMPT(voluntary)\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996),\nBIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\nRIP: 0010:unregister_vlan_dev (net/8021q/vlan.c:99 (discriminator 1))\nRSP: 0018:ffff88810badf310 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff88810da84000 RCX: ffffffffb47ceb9a\nRDX: dffffc0000000000 RSI: 0000000000000008 RDI: ffff88810e8b43c8\nRBP: 0000000000000000 R08: 0000000000000000 R09: fffffbfff6cefe80\nR10: ffffffffb677f407 R11: ffff88810badf3c0 R12: ffff88810e8b4000\nR13: 0000000000000000 R14: ffff88810642a5c0 R15: 000000000000017e\nFS: 00007f1ff68c20c0(0000) GS:ffff888163a24000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f1ff5dad240 CR3: 0000000107e56000 CR4: 00000000000006f0\nCall Trace:\n \u003cTASK\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38470"
},
{
"category": "external",
"summary": "RHBZ#2383906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383906"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38470"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38470",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38470"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025072811-CVE-2025-38470-a4d4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025072811-CVE-2025-38470-a4d4@gregkh/T"
}
],
"release_date": "2025-07-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime"
},
{
"cve": "CVE-2025-39797",
"cwe": {
"id": "CWE-703",
"name": "Improper Check or Handling of Exceptional Conditions"
},
"discovery_date": "2025-09-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400057"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: Duplicate SPI Handling\n\nThe issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI\nNetlink message, which triggers the kernel function xfrm_alloc_spi().\nThis function is expected to ensure uniqueness of the Security Parameter\nIndex (SPI) for inbound Security Associations (SAs). However, it can\nreturn success even when the requested SPI is already in use, leading\nto duplicate SPIs assigned to multiple inbound SAs, differentiated\nonly by their destination addresses.\n\nThis behavior causes inconsistencies during SPI lookups for inbound packets.\nSince the lookup may return an arbitrary SA among those with the same SPI,\npacket processing can fail, resulting in packet drops.\n\nAccording to RFC 4301 section 4.4.2 , for inbound processing a unicast SA\nis uniquely identified by the SPI and optionally protocol.\n\nReproducing the Issue Reliably:\nTo consistently reproduce the problem, restrict the available SPI range in\ncharon.conf : spi_min = 0x10000000 spi_max = 0x10000002\nThis limits the system to only 2 usable SPI values.\nNext, create more than 2 Child SA. each using unique pair of src/dst address.\nAs soon as the 3rd Child SA is initiated, it will be assigned a duplicate\nSPI, since the SPI pool is already exhausted.\nWith a narrow SPI range, the issue is consistently reproducible.\nWith a broader/default range, it becomes rare and unpredictable.\n\nCurrent implementation:\nxfrm_spi_hash() lookup function computes hash using daddr, proto, and family.\nSo if two SAs have the same SPI but different destination addresses, then\nthey will:\na. Hash into different buckets\nb. Be stored in different linked lists (byspi + h)\nc. Not be seen in the same hlist_for_each_entry_rcu() iteration.\nAs a result, the lookup will result in NULL and kernel allows that Duplicate SPI\n\nProposed Change:\nxfrm_state_lookup_spi_proto() does a truly global search - across all states,\nregardless of hash bucket and matches SPI and proto.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: xfrm: Duplicate SPI Handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The patch fixes a logic flaw in XFRM SPI allocation where xfrm_alloc_spi() could succeed even if the requested SPI was already in use on another inbound SA (different dst). That lets multiple inbound SAs share the same SPI+proto, so inbound lookups may hit the \u201cwrong\u201d SA or none at all, causing IPsec packet drops (DoS). It\u2019s reliably reproducible by constraining the SPI range (e.g., 0x10000000\u20130x10000002) and creating more Child SAs than available SPIs. The main risk is remote DoS.\nTriggering this issue requires interaction at the IKE/IPsec control plane \u2014 it can only be exercised when an IKE daemon (for example strongSwan, LibreSwan, racoon or OpenSwan) is present and issues XFRM (netlink) requests to create SAs.",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39797"
},
{
"category": "external",
"summary": "RHBZ#2400057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091224-CVE-2025-39797-b0f7@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091224-CVE-2025-39797-b0f7@gregkh/T"
}
],
"release_date": "2025-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: xfrm: Duplicate SPI Handling"
},
{
"cve": "CVE-2025-39866",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396940"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs: writeback: fix use-after-free in __mark_inode_dirty()\n\nAn use-after-free issue occurred when __mark_inode_dirty() get the\nbdi_writeback that was in the progress of switching.\n\nCPU: 1 PID: 562 Comm: systemd-random- Not tainted 6.6.56-gb4403bd46a8e #1\n......\npstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : __mark_inode_dirty+0x124/0x418\nlr : __mark_inode_dirty+0x118/0x418\nsp : ffffffc08c9dbbc0\n........\nCall trace:\n __mark_inode_dirty+0x124/0x418\n generic_update_time+0x4c/0x60\n file_modified+0xcc/0xd0\n ext4_buffered_write_iter+0x58/0x124\n ext4_file_write_iter+0x54/0x704\n vfs_write+0x1c0/0x308\n ksys_write+0x74/0x10c\n __arm64_sys_write+0x1c/0x28\n invoke_syscall+0x48/0x114\n el0_svc_common.constprop.0+0xc0/0xe0\n do_el0_svc+0x1c/0x28\n el0_svc+0x40/0xe4\n el0t_64_sync_handler+0x120/0x12c\n el0t_64_sync+0x194/0x198\n\nRoot cause is:\n\nsystemd-random-seed kworker\n----------------------------------------------------------------------\n___mark_inode_dirty inode_switch_wbs_work_fn\n\n spin_lock(\u0026inode-\u003ei_lock);\n inode_attach_wb\n locked_inode_to_wb_and_lock_list\n get inode-\u003ei_wb\n spin_unlock(\u0026inode-\u003ei_lock);\n spin_lock(\u0026wb-\u003elist_lock)\n spin_lock(\u0026inode-\u003ei_lock)\n inode_io_list_move_locked\n spin_unlock(\u0026wb-\u003elist_lock)\n spin_unlock(\u0026inode-\u003ei_lock)\n spin_lock(\u0026old_wb-\u003elist_lock)\n inode_do_switch_wbs\n spin_lock(\u0026inode-\u003ei_lock)\n inode-\u003ei_wb = new_wb\n spin_unlock(\u0026inode-\u003ei_lock)\n spin_unlock(\u0026old_wb-\u003elist_lock)\n wb_put_many(old_wb, nr_switched)\n cgwb_release\n old wb released\n wb_wakeup_delayed() accesses wb,\n then trigger the use-after-free\n issue\n\nFix this race condition by holding inode spinlock until\nwb_wakeup_delayed() finished.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: fs: writeback: fix use-after-free in __mark_inode_dirty()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A race condition in __mark_inode_dirty() could lead to a use-after-free when the inode\u2019s writeback structure (bdi_writeback) is being switched concurrently by another thread. The bug may result in a kernel crash (DoS) under heavy I/O or writeback migration workloads.\nThe vulnerability can only be triggered through actions involving inode writeback switching and cgroup writeback management, which require elevated privileges (CAP_SYS_ADMIN).\nThe CIA impact vector (H/H/H) represents a conservative worst-case scenario, assuming the use-after-free could be exploited to execute arbitrary code in kernel context. In practice, due to the limited control over memory and the need for privileged access, a more realistic assessment is CIA: N/N/H, reflecting potential system instability or denial of service rather than full compromise.",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39866"
},
{
"category": "external",
"summary": "RHBZ#2396940",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396940"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39866"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091907-CVE-2025-39866-45d3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091907-CVE-2025-39866-45d3@gregkh/T"
}
],
"release_date": "2025-09-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: fs: writeback: fix use-after-free in __mark_inode_dirty()"
},
{
"cve": "CVE-2025-40034",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406782"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel PCI/AER (Advanced Error Reporting) subsystem. When platform firmware reports error information via the ACPI APEI GHES mechanism for a device that does not advertise an AER capability, dev-\u003eaer_info remains NULL. The function aer_ratelimit() does not check for this condition, leading to a NULL pointer dereference.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40034"
},
{
"category": "external",
"summary": "RHBZ#2406782",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406782"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40034"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40034",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40034"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025102811-CVE-2025-40034-e836@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025102811-CVE-2025-40034-e836@gregkh/T"
}
],
"release_date": "2025-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()"
},
{
"cve": "CVE-2025-40134",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414468"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm: fix NULL pointer dereference in __dm_suspend()\n\nThere is a race condition between dm device suspend and table load that\ncan lead to null pointer dereference. The issue occurs when suspend is\ninvoked before table load completes:\n\nBUG: kernel NULL pointer dereference, address: 0000000000000054\nOops: 0000 [#1] PREEMPT SMP PTI\nCPU: 6 PID: 6798 Comm: dmsetup Not tainted 6.6.0-g7e52f5f0ca9b #62\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.1-2.fc37 04/01/2014\nRIP: 0010:blk_mq_wait_quiesce_done+0x0/0x50\nCall Trace:\n \u003cTASK\u003e\n blk_mq_quiesce_queue+0x2c/0x50\n dm_stop_queue+0xd/0x20\n __dm_suspend+0x130/0x330\n dm_suspend+0x11a/0x180\n dev_suspend+0x27e/0x560\n ctl_ioctl+0x4cf/0x850\n dm_ctl_ioctl+0xd/0x20\n vfs_ioctl+0x1d/0x50\n __se_sys_ioctl+0x9b/0xc0\n __x64_sys_ioctl+0x19/0x30\n x64_sys_call+0x2c4a/0x4620\n do_syscall_64+0x9e/0x1b0\n\nThe issue can be triggered as below:\n\nT1 \t\t\t\t\t\tT2\ndm_suspend\t\t\t\t\ttable_load\n__dm_suspend\t\t\t\t\tdm_setup_md_queue\n\t\t\t\t\t\tdm_mq_init_request_queue\n\t\t\t\t\t\tblk_mq_init_allocated_queue\n\t\t\t\t\t\t=\u003e q-\u003emq_ops = set-\u003eops; (1)\ndm_stop_queue / dm_wait_for_completion\n=\u003e q-\u003etag_set NULL pointer!\t(2)\n\t\t\t\t\t\t=\u003e q-\u003etag_set = set; (3)\n\nFix this by checking if a valid table (map) exists before performing\nrequest-based suspend and waiting for target I/O. When map is NULL,\nskip these table-dependent suspend steps.\n\nEven when map is NULL, no I/O can reach any target because there is\nno table loaded; I/O submitted in this state will fail early in the\nDM layer. Skipping the table-dependent suspend logic in this case\nis safe and avoids NULL pointer dereferences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm: fix NULL pointer dereference in __dm_suspend()",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40134"
},
{
"category": "external",
"summary": "RHBZ#2414468",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414468"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40134"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40134",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40134"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025111254-CVE-2025-40134-4d24@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025111254-CVE-2025-40134-4d24@gregkh/T"
}
],
"release_date": "2025-11-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm: fix NULL pointer dereference in __dm_suspend()"
},
{
"cve": "CVE-2025-40210",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416307"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRevert \"NFSD: Remove the cap on number of operations per NFSv4 COMPOUND\"\n\nI\u0027ve found that pynfs COMP6 now leaves the connection or lease in a\nstrange state, which causes CLOSE9 to hang indefinitely. I\u0027ve dug\ninto it a little, but I haven\u0027t been able to root-cause it yet.\nHowever, I bisected to commit 48aab1606fa8 (\"NFSD: Remove the cap on\nnumber of operations per NFSv4 COMPOUND\").\n\nTianshuo Han also reports a potential vulnerability when decoding\nan NFSv4 COMPOUND. An attacker can place an arbitrarily large op\ncount in the COMPOUND header, which results in:\n\n[ 51.410584] nfsd: vmalloc error: size 1209533382144, exceeds total\npages, mode:0xdc0(GFP_KERNEL|__GFP_ZERO),\nnodemask=(null),cpuset=/,mems_allowed=0\n\nwhen NFSD attempts to allocate the COMPOUND op array.\n\nLet\u0027s restore the operation-per-COMPOUND limit, but increased to 200\nfor now.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Revert \"NFSD: Remove the cap on number of operations per NFSv4 COMPOUND\"",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The revert restores a limit on the number of NFSv4 COMPOUND operations to prevent unbounded memory allocation.\nWithout this limit, a crafted request with a huge op count could trigger vmalloc overflow and could crash the kernel remotely.",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40210"
},
{
"category": "external",
"summary": "RHBZ#2416307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40210"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40210",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40210"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025112140-CVE-2025-40210-2490@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025112140-CVE-2025-40210-2490@gregkh/T"
}
],
"release_date": "2025-11-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module nfsd from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Revert \"NFSD: Remove the cap on number of operations per NFSv4 COMPOUND\""
},
{
"cve": "CVE-2025-40257",
"cwe": {
"id": "CWE-366",
"name": "Race Condition within a Thread"
},
"discovery_date": "2025-12-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418880"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Multipath TCP (MPTCP) implementation. A race condition in the `mptcp_pm_del_add_timer()` function allows for a use-after-free vulnerability. This can be exploited by a local attacker to cause a denial of service (DoS), potentially leading to privilege escalation or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel MPTCP: Privilege escalation or denial of service via use-after-free in timer handling",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40257"
},
{
"category": "external",
"summary": "RHBZ#2418880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40257",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40257"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025120433-CVE-2025-40257-53e6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025120433-CVE-2025-40257-53e6@gregkh/T"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel MPTCP: Privilege escalation or denial of service via use-after-free in timer handling"
},
{
"cve": "CVE-2025-40320",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-12-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419945"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix potential cfid UAF in smb2_query_info_compound\n\nWhen smb2_query_info_compound() retries, a previously allocated cfid may\nhave been freed in the first attempt.\nBecause cfid wasn\u0027t reset on replay, later cleanup could act on a stale\npointer, leading to a potential use-after-free.\n\nReinitialize cfid to NULL under the replay label.\n\nExample trace (trimmed):\n\nrefcount_t: underflow; use-after-free.\nWARNING: CPU: 1 PID: 11224 at ../lib/refcount.c:28 refcount_warn_saturate+0x9c/0x110\n[...]\nRIP: 0010:refcount_warn_saturate+0x9c/0x110\n[...]\nCall Trace:\n \u003cTASK\u003e\n smb2_query_info_compound+0x29c/0x5c0 [cifs f90b72658819bd21c94769b6a652029a07a7172f]\n ? step_into+0x10d/0x690\n ? __legitimize_path+0x28/0x60\n smb2_queryfs+0x6a/0xf0 [cifs f90b72658819bd21c94769b6a652029a07a7172f]\n smb311_queryfs+0x12d/0x140 [cifs f90b72658819bd21c94769b6a652029a07a7172f]\n ? kmem_cache_alloc+0x18a/0x340\n ? getname_flags+0x46/0x1e0\n cifs_statfs+0x9f/0x2b0 [cifs f90b72658819bd21c94769b6a652029a07a7172f]\n statfs_by_dentry+0x67/0x90\n vfs_statfs+0x16/0xd0\n user_statfs+0x54/0xa0\n __do_sys_statfs+0x20/0x50\n do_syscall_64+0x58/0x80",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: smb: client: fix potential cfid UAF in smb2_query_info_compound",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40320"
},
{
"category": "external",
"summary": "RHBZ#2419945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419945"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40320"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40320",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40320"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025120823-CVE-2025-40320-8b44@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025120823-CVE-2025-40320-8b44@gregkh/T"
}
],
"release_date": "2025-12-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: smb: client: fix potential cfid UAF in smb2_query_info_compound"
},
{
"cve": "CVE-2026-23040",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436806"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mac80211_hwsim: fix typo in frequency notification\n\nThe NAN notification is for 5745 MHz which corresponds to channel 149\nand not 5475 which is not actually a valid channel. This could result in\na NULL pointer dereference in cfg80211_next_nan_dw_notif.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mac80211_hwsim: fix typo in frequency notification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The mac80211_hwsim virtual WiFi driver contains an incorrect frequency constant used when generating NAN discovery window notifications on the 5 GHz band that can lead to Null pointer deref. In mac80211_hwsim_nan_dw_start the driver calls ieee80211_get_channel with 5475 MHz when nan_curr_dw_band is NL80211_BAND_5GHZ. That frequency does not correspond to a valid channel in typical wiphy channel tables so ieee80211_get_channel may return NULL. Subsequent NAN notification processing in cfg80211 may then dereference the channel pointer and crash the kernel in cfg80211_next_nan_dw_notif leading to a denial of service. The issue is most relevant in test and simulation environments where mac80211_hwsim is loaded and NAN simulation is enabled. A local attacker with permissions to configure wireless interfaces and NAN behavior can trigger the faulty path by enabling NAN simulation and causing 5 GHz NAN discovery window scheduling.",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23040"
},
{
"category": "external",
"summary": "RHBZ#2436806",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436806"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23040"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23040",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23040"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026020438-CVE-2026-23040-1980@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026020438-CVE-2026-23040-1980@gregkh/T"
}
],
"release_date": "2026-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module mac80211_hwsim from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: mac80211_hwsim: fix typo in frequency notification"
},
{
"cve": "CVE-2026-23111",
"cwe": {
"id": "CWE-672",
"name": "Operation on a Resource after Expiration or Release"
},
"discovery_date": "2026-02-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439687"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s nf_tables component. A logic bug in nft_map_catchall_activate causes an inverted element activity check during the abort path of a failed transaction. This can lead to a use-after-free vulnerability, as catchall verdict elements may still reference a freed chain. A local low privileged user can exploit this to cause a denial of service or potentially achieve privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Kernel: Privilege escalation or denial of service in nf_tables via inverted element activity check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A logic bug in nf_tables nft_map_catchall_activate uses an inverted element active check during the abort path of a failed transaction. This can prevent re activation of catchall map elements and for NFT_GOTO verdict elements it can skip restoring the chain use reference count. Repeating an abort sequence can permanently decrement chain use until DELCHAIN frees the chain while catchall elements still reference it which can result in a use after free. For the CVSS the PR is L, but in the paranoid scenario the unprivileged users may reach nf_tables via user namespaces with delegated CAP_NET_ADMIN. The issue is not directly network reachable and is triggered by local nftables control plane operations. Impact can range from denial of service to potential privilege escalation depending on heap reuse.",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23111"
},
{
"category": "external",
"summary": "RHBZ#2439687",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439687"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23111",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23111"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021300-CVE-2026-23111-9762@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021300-CVE-2026-23111-9762@gregkh/T"
}
],
"release_date": "2026-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module nf_tables from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: Kernel: Privilege escalation or denial of service in nf_tables via inverted element activity check"
},
{
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.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-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.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-23243",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-03-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448594"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Remote Direct Memory Access (RDMA) `umad` (User Mode Access Device) component. A local user can exploit this vulnerability by manipulating input, causing an integer underflow that leads to an out-of-bounds memory write. This memory corruption can result in a denial of service (DoS) by crashing the system, and may also lead to limited information disclosure or data integrity issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of service and memory corruption in RDMA umad",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This bug is a kernel out-of-bounds write in the RDMA umad write path caused by a user-controlled length calculation that could underflow and pass an invalid data_len into MAD send buffer creation.\nA local user with access to the umad interface can trigger the issue by supplying mismatched MAD and RMPP header sizes, which leads to an out-of-bounds memset in the send MAD allocation path and can corrupt kernel memory.",
"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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23243"
},
{
"category": "external",
"summary": "RHBZ#2448594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448594"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23243"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23243",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23243"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026031816-CVE-2026-23243-b88e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026031816-CVE-2026-23243-b88e@gregkh/T"
}
],
"release_date": "2026-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T09:04: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.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module ib_umad from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-64k-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debug-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-devel-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-doc-0:6.12.0-211.7.1.el10_2.noarch",
"AppStream-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rtla-0:6.12.0-211.7.1.el10_2.x86_64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.aarch64",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.ppc64le",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.s390x",
"AppStream-10.2.GA:rv-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.src",
"BaseOS-10.2.GA:kernel-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-abi-stablelists-0:6.12.0-211.7.1.el10_2.noarch",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debug-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-modules-extra-matched-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:kernel-tools-libs-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:kernel-uki-virt-addons-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:kernel-zfcpdump-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-core-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"BaseOS-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-debuginfo-common-s390x-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:kernel-tools-libs-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.ppc64le",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.s390x",
"CRB-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"NFV-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-64k-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-64k-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debug-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-devel-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-core-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-rt-modules-extra-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:kernel-tools-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:libperf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.aarch64",
"RT-10.2.GA:python3-perf-debuginfo-0:6.12.0-211.7.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of service and memory corruption in RDMA umad"
}
]
}
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.