RHSA-2024_5363
Vulnerability from csaf_redhat - Published: 2024-08-15 05:34 - Updated: 2024-12-06 11:11In the Linux kernel, the following vulnerability has been resolved: net: netlink: af_netlink: Prevent empty skb by adding a check on len. Adding a check on len parameter to avoid empty skb. This prevents a division error in netem_enqueue function which is caused when skb->len=0 and skb->data_len=0 in the randomized corruption step as shown below. skb->data[prandom_u32() % skb_headlen(skb)] ^= 1<<(prandom_u32() % 8); Crash Report: [ 343.170349] netdevsim netdevsim0 netdevsim3: set [1, 0] type 2 family 0 port 6081 - 0 [ 343.216110] netem: version 1.3 [ 343.235841] divide error: 0000 [#1] PREEMPT SMP KASAN NOPTI [ 343.236680] CPU: 3 PID: 4288 Comm: reproducer Not tainted 5.16.0-rc1+ [ 343.237569] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.11.0-2.el7 04/01/2014 [ 343.238707] RIP: 0010:netem_enqueue+0x1590/0x33c0 [sch_netem] [ 343.239499] Code: 89 85 58 ff ff ff e8 5f 5d e9 d3 48 8b b5 48 ff ff ff 8b 8d 50 ff ff ff 8b 85 58 ff ff ff 48 8b bd 70 ff ff ff 31 d2 2b 4f 74 <f7> f1 48 b8 00 00 00 00 00 fc ff df 49 01 d5 4c 89 e9 48 c1 e9 03 [ 343.241883] RSP: 0018:ffff88800bcd7368 EFLAGS: 00010246 [ 343.242589] RAX: 00000000ba7c0a9c RBX: 0000000000000001 RCX: 0000000000000000 [ 343.243542] RDX: 0000000000000000 RSI: ffff88800f8edb10 RDI: ffff88800f8eda40 [ 343.244474] RBP: ffff88800bcd7458 R08: 0000000000000000 R09: ffffffff94fb8445 [ 343.245403] R10: ffffffff94fb8336 R11: ffffffff94fb8445 R12: 0000000000000000 [ 343.246355] R13: ffff88800a5a7000 R14: ffff88800a5b5800 R15: 0000000000000020 [ 343.247291] FS: 00007fdde2bd7700(0000) GS:ffff888109780000(0000) knlGS:0000000000000000 [ 343.248350] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 343.249120] CR2: 00000000200000c0 CR3: 000000000ef4c000 CR4: 00000000000006e0 [ 343.250076] Call Trace: [ 343.250423] <TASK> [ 343.250713] ? memcpy+0x4d/0x60 [ 343.251162] ? netem_init+0xa0/0xa0 [sch_netem] [ 343.251795] ? __sanitizer_cov_trace_pc+0x21/0x60 [ 343.252443] netem_enqueue+0xe28/0x33c0 [sch_netem] [ 343.253102] ? stack_trace_save+0x87/0xb0 [ 343.253655] ? filter_irq_stacks+0xb0/0xb0 [ 343.254220] ? netem_init+0xa0/0xa0 [sch_netem] [ 343.254837] ? __kasan_check_write+0x14/0x20 [ 343.255418] ? _raw_spin_lock+0x88/0xd6 [ 343.255953] dev_qdisc_enqueue+0x50/0x180 [ 343.256508] __dev_queue_xmit+0x1a7e/0x3090 [ 343.257083] ? netdev_core_pick_tx+0x300/0x300 [ 343.257690] ? check_kcov_mode+0x10/0x40 [ 343.258219] ? _raw_spin_unlock_irqrestore+0x29/0x40 [ 343.258899] ? __kasan_init_slab_obj+0x24/0x30 [ 343.259529] ? setup_object.isra.71+0x23/0x90 [ 343.260121] ? new_slab+0x26e/0x4b0 [ 343.260609] ? kasan_poison+0x3a/0x50 [ 343.261118] ? kasan_unpoison+0x28/0x50 [ 343.261637] ? __kasan_slab_alloc+0x71/0x90 [ 343.262214] ? memcpy+0x4d/0x60 [ 343.262674] ? write_comp_data+0x2f/0x90 [ 343.263209] ? __kasan_check_write+0x14/0x20 [ 343.263802] ? __skb_clone+0x5d6/0x840 [ 343.264329] ? __sanitizer_cov_trace_pc+0x21/0x60 [ 343.264958] dev_queue_xmit+0x1c/0x20 [ 343.265470] netlink_deliver_tap+0x652/0x9c0 [ 343.266067] netlink_unicast+0x5a0/0x7f0 [ 343.266608] ? netlink_attachskb+0x860/0x860 [ 343.267183] ? __sanitizer_cov_trace_pc+0x21/0x60 [ 343.267820] ? write_comp_data+0x2f/0x90 [ 343.268367] netlink_sendmsg+0x922/0xe80 [ 343.268899] ? netlink_unicast+0x7f0/0x7f0 [ 343.269472] ? __sanitizer_cov_trace_pc+0x21/0x60 [ 343.270099] ? write_comp_data+0x2f/0x90 [ 343.270644] ? netlink_unicast+0x7f0/0x7f0 [ 343.271210] sock_sendmsg+0x155/0x190 [ 343.271721] ____sys_sendmsg+0x75f/0x8f0 [ 343.272262] ? kernel_sendmsg+0x60/0x60 [ 343.272788] ? write_comp_data+0x2f/0x90 [ 343.273332] ? write_comp_data+0x2f/0x90 [ 343.273869] ___sys_sendmsg+0x10f/0x190 [ 343.274405] ? sendmsg_copy_msghdr+0x80/0x80 [ 343.274984] ? slab_post_alloc_hook+0x70/0x230 [ 343.275597] ? futex_wait_setup+0x240/0x240 [ 343.276175] ? security_file_alloc+0x3e/0x170 [ 343.276779] ? write_comp_d ---truncated---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:bpftool-debuginfo-0:7.3.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-427.31.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rtla-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:rv-0:5.14.0-427.31.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — | ||
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — | ||
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.s390x | — | ||
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — | ||
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — | ||
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — | ||
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.s390x | — | ||
| Unresolved product id: BaseOS-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — | ||
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — | ||
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — | ||
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.s390x | — | ||
| Unresolved product id: CRB-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — | ||
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — | ||
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — | ||
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.s390x | — | ||
| Unresolved product id: NFV-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — | ||
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.aarch64 | — | ||
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.ppc64le | — | ||
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.s390x | — | ||
| Unresolved product id: RT-9.4.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-427.31.1.el9_4.x86_64 | — |
A potential NULL pointer dereference flaw was found in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() in the Linux kernel. This issue may lead to a crash.
In the Linux kernel, the following vulnerability has been resolved: platform/x86: wmi: Fix opening of char device Since commit fa1f68db6ca7 ("drivers: misc: pass miscdevice pointer via file private data"), the miscdevice stores a pointer to itself inside filp->private_data, which means that private_data will not be NULL when wmi_char_open() is called. This might cause memory corruption should wmi_char_open() be unable to find its driver, something which can happen when the associated WMI device is deleted in wmi_free_devices(). Fix the problem by using the miscdevice pointer to retrieve the WMI device data associated with a char device using container_of(). This also avoids wmi_char_open() picking a wrong WMI device bound to a driver with the same name as the original driver.
Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable escalation of privilege local access
A NULL pointer dereference flaw was found in the Linux kernel in the phy-omap-usb2 driver. This issue arises when the external PHY used with phy-omap-usb2 does not implement the send_srp() function. If this function is called without proper implementation, it can result in a system crash, especially during operations like waking up an idle Ethernet gadget.
A vulnerability was found in the Linux kernel's netfilter subsystem, related to the nft_chain_filter feature. This issue occurs when a NETDEV_UNREGISTER event is reported, which can leave a stale reference to a network device in the ingress basechain. If this issue is not addressed, this stale reference could result in lingering issues with network device handling.
In the Linux kernel, the following vulnerability has been resolved: cifs: fix underflow in parse_server_interfaces() In this loop, we step through the buffer and after each item we check if the size_left is greater than the minimum size we need. However, the problem is that "bytes_left" is type ssize_t while sizeof() is type size_t. That means that because of type promotion, the comparison is done as an unsigned and if we have negative bytes left the loop continues instead of ending.
A memory corruption flaw was found in the Linux kernel’s Intel(R) Ethernet Controller I225-LM/I225-V driver in how a user generates a high amount of packets. This flaw allows a local user to crash the system.
A vulnerability was found in the ff_layout_cancel_io() function in the Linux kernel. Improper error checking with the mirror_ds structure fails to check if it is NULL, leading to a potential NULL pointer dereference. This issue could lead to crashes.
A flaw was found in the Linux kernel. This vulnerability affects the ath9k wireless driver in the Linux kernel, specifically used with ath9k_htc devices. The issue arises from a race condition where certain initialization processes are incomplete when the system begins handling WiFi-related events. The problem occurs because the device is exposed to the USB subsystem before the ath9k driver finishes initializing critical data structures. This can lead to NULL pointer dereferences, which cause system crashes, particularly when running specific commands or handling events during WiFi operations. A partial fix had been applied earlier to prevent one aspect of this issue, but further problems were identified. The final resolution was to delay all event handling in the ath9k_wmi_event_tasklet() function until initialization is fully complete, ensuring stability.
A use-after-free flaw was found in free_irq() in the Linux kernel.
A vulnerability was found in the Linux kernel's net rtl8xxxu_core.c driver, where a race condition can lead to a use-after-free situation in the rtl8xxxu_stop() function. This occurs when the workqueue is still running but the driver has been stopped and can lead to c2hcmd_work attempting to access memory that has been freed. This issue can lead to memory corruption or crashes.
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not compare internal table flags on updates Restore skipping transaction if table update does not modify flags.
A flaw was discovered in the Linux kernel's IPv6 implementation, specifically within the inet6_rtm_getaddr() function. The issue arises when user space provides a valid IFA_TARGET_NETNSID value but omits the IFA_ADDRESS and IFA_LOCAL attributes. In such cases, the function returns an -EINVAL error while inadvertently increasing the reference count of the struct net object, leading to a potential memory leak. This flaw has been addressed by ensuring that the reference count is properly managed, preventing unintended resource retention. Users are advised to update their Linux kernel to a version that includes this fix to maintain system stability and prevent resource leaks.
CVE-2024-27434 is a flaw in the Linux kernel’s iwlwifi driver related to handling Management Frame Protection (MFP) in certain Wi-Fi configurations. When connecting to an access point using TKIP as the group cipher, the driver incorrectly applies the MFP flag to the Group Temporal Key (GTK), which is not supported in this context. This can result in firmware crashes and instability. The issue has been fixed by ensuring the driver does not set the MFP flag for incompatible group ciphers like TKIP. Updating to a patched kernel version is recommended to resolve this vulnerability.
In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound Raw packet from PF_PACKET socket ontop of an IPv6-backed ipvlan device will hit WARN_ON_ONCE() in sk_mc_loop() through sch_direct_xmit() path. WARNING: CPU: 2 PID: 0 at net/core/sock.c:775 sk_mc_loop+0x2d/0x70 Modules linked in: sch_netem ipvlan rfkill cirrus drm_shmem_helper sg drm_kms_helper CPU: 2 PID: 0 Comm: swapper/2 Kdump: loaded Not tainted 6.9.0+ #279 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 RIP: 0010:sk_mc_loop+0x2d/0x70 Code: fa 0f 1f 44 00 00 65 0f b7 15 f7 96 a3 4f 31 c0 66 85 d2 75 26 48 85 ff 74 1c RSP: 0018:ffffa9584015cd78 EFLAGS: 00010212 RAX: 0000000000000011 RBX: ffff91e585793e00 RCX: 0000000002c6a001 RDX: 0000000000000000 RSI: 0000000000000040 RDI: ffff91e589c0f000 RBP: ffff91e5855bd100 R08: 0000000000000000 R09: 3d00545216f43d00 R10: ffff91e584fdcc50 R11: 00000060dd8616f4 R12: ffff91e58132d000 R13: ffff91e584fdcc68 R14: ffff91e5869ce800 R15: ffff91e589c0f000 FS: 0000000000000000(0000) GS:ffff91e898100000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f788f7c44c0 CR3: 0000000008e1a000 CR4: 00000000000006f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <IRQ> ? __warn (kernel/panic.c:693) ? sk_mc_loop (net/core/sock.c:760) ? report_bug (lib/bug.c:201 lib/bug.c:219) ? handle_bug (arch/x86/kernel/traps.c:239) ? exc_invalid_op (arch/x86/kernel/traps.c:260 (discriminator 1)) ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) ? sk_mc_loop (net/core/sock.c:760) ip6_finish_output2 (net/ipv6/ip6_output.c:83 (discriminator 1)) ? nf_hook_slow (net/netfilter/core.c:626) ip6_finish_output (net/ipv6/ip6_output.c:222) ? __pfx_ip6_finish_output (net/ipv6/ip6_output.c:215) ipvlan_xmit_mode_l3 (drivers/net/ipvlan/ipvlan_core.c:602) ipvlan ipvlan_start_xmit (drivers/net/ipvlan/ipvlan_main.c:226) ipvlan dev_hard_start_xmit (net/core/dev.c:3594) sch_direct_xmit (net/sched/sch_generic.c:343) __qdisc_run (net/sched/sch_generic.c:416) net_tx_action (net/core/dev.c:5286) handle_softirqs (kernel/softirq.c:555) __irq_exit_rcu (kernel/softirq.c:589) sysvec_apic_timer_interrupt (arch/x86/kernel/apic/apic.c:1043) The warning triggers as this: packet_sendmsg packet_snd //skb->sk is packet sk __dev_queue_xmit __dev_xmit_skb //q->enqueue is not NULL __qdisc_run sch_direct_xmit dev_hard_start_xmit ipvlan_start_xmit ipvlan_xmit_mode_l3 //l3 mode ipvlan_process_outbound //vepa flag ipvlan_process_v6_outbound ip6_local_out __ip6_finish_output ip6_finish_output2 //multicast packet sk_mc_loop //sk->sk_family is AF_PACKET Call ip{6}_local_out() with NULL sk in ipvlan as other tunnels to fix this.
CWE-20 - Improper Input ValidationCVE-2024-35789 is a vulnerability in the Linux kernel’s Wi-Fi subsystem (mac80211). It occurs when a station is moved out of a VLAN, and the VLAN is subsequently deleted. A reference to the deleted VLAN’s network device may remain, leading to a use-after-free condition. This can result in system instability or crashes. The issue has been resolved by ensuring that outdated references are cleared when a station changes VLANs.
In the Linux kernel, the following vulnerability has been resolved: efi: fix panic in kdump kernel Check if get_next_variable() is actually valid pointer before calling it. In kdump kernel this method is set to NULL that causes panic during the kexec-ed kernel boot. Tested with QEMU and OVMF firmware.
A vulnerability as found in the Linux kernel’s virtual terminal (VT) subsystem, which could lead to unicode buffer corruption when deleting characters. This issue arises from improper handling of unicode data, which can corrupt memory or lead to unintended behavior.
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dbg-tlv: ensure NUL termination The iwl_fw_ini_debug_info_tlv is used as a string, so we must ensure the string is terminated correctly before using it.
CVE-2024-35848 is a vulnerability in the Linux kernel's EEPROM driver (at24) that can lead to memory corruption. The issue arises when an EEPROM device is inaccessible: the system registers an nvmem device, the read operation fails, and the device is subsequently torn down. If another driver attempts to access the nvmem device after this teardown, it may reference invalid memory, causing potential system instability. The problem has been resolved by adjusting the failure handling to occur before the nvmem device is registered, preventing access to invalid memory. Users should update their Linux kernel to a version that includes this fix to ensure system reliability.
CVE-2024-35852 addresses a memory leak in the Linux kernel's mlxsw driver, specifically within the Spectrum ACL TCAM module. The issue occurs when rehash work is canceled while pending, leading to allocated hints not being freed properly. This results in a memory leak that can degrade system performance over time. The problem has been resolved by ensuring that any associated hints are freed when the rehash work is canceled. Users should update their Linux kernel to a version that includes this fix to maintain optimal system performance.
A vulnerability was found in the Linux kernel's Netfilter framework, specifically within the nf_tables component. The issue arises from a race condition between the exit_net function and the destroy work queue, which can lead to use-after-free errors and potential system instability. This vulnerability has been addressed by making sure that any pending destroy work is flushed before releasing network namespaces, thereby preventing the race condition. Users are advised to update their Linux kernel to a version that includes this fix to maintain system stability and security.
This is a flaw in the Linux kernel's ICE driver for Intel Ethernet controllers. The problem arises when the system enters a suspended state, and the driver frees queue vectors without resetting the num_q_vectors variable. This oversight causes the ice_rebuild() function to allocate an incorrectly sized buffer, leading to memory corruption and potential system crashes. During suspension, the driver fails to restore the num_q_vectors value after freeing queue vectors, resulting in invalid memory operations during system rebuilds. Kernel crashes or instability can occur, especially when resuming from suspension, due to buffer mismanagement.
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: check A-MSDU format more carefully If it looks like there's another subframe in the A-MSDU but the header isn't fully there, we can end up reading data out of bounds, only to discard later. Make this a bit more careful and check if the subframe header can even be present.
This CVE addresses a race condition in the Linux kernel's IPv6 subsystem, specifically between the ipv6_get_ifaddr and ipv6_del_addr functions. This race condition can lead to use-after-free scenarios, potentially causing system instability or crashes.
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: honor table dormant flag from netdev release event path Check for table dormant flag otherwise netdev release event path tries to unregister an already unregistered hook. [524854.857999] ------------[ cut here ]------------ [524854.858010] WARNING: CPU: 0 PID: 3386599 at net/netfilter/core.c:501 __nf_unregister_net_hook+0x21a/0x260 [...] [524854.858848] CPU: 0 PID: 3386599 Comm: kworker/u32:2 Not tainted 6.9.0-rc3+ #365 [524854.858869] Workqueue: netns cleanup_net [524854.858886] RIP: 0010:__nf_unregister_net_hook+0x21a/0x260 [524854.858903] Code: 24 e8 aa 73 83 ff 48 63 43 1c 83 f8 01 0f 85 3d ff ff ff e8 98 d1 f0 ff 48 8b 3c 24 e8 8f 73 83 ff 48 63 43 1c e9 26 ff ff ff <0f> 0b 48 83 c4 18 48 c7 c7 00 68 e9 82 5b 5d 41 5c 41 5d 41 5e 41 [524854.858914] RSP: 0018:ffff8881e36d79e0 EFLAGS: 00010246 [524854.858926] RAX: 0000000000000000 RBX: ffff8881339ae790 RCX: ffffffff81ba524a [524854.858936] RDX: dffffc0000000000 RSI: 0000000000000008 RDI: ffff8881c8a16438 [524854.858945] RBP: ffff8881c8a16438 R08: 0000000000000001 R09: ffffed103c6daf34 [524854.858954] R10: ffff8881e36d79a7 R11: 0000000000000000 R12: 0000000000000005 [524854.858962] R13: ffff8881c8a16000 R14: 0000000000000000 R15: ffff8881351b5a00 [524854.858971] FS: 0000000000000000(0000) GS:ffff888390800000(0000) knlGS:0000000000000000 [524854.858982] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [524854.858991] CR2: 00007fc9be0f16f4 CR3: 00000001437cc004 CR4: 00000000001706f0 [524854.859000] Call Trace: [524854.859006] <TASK> [524854.859013] ? __warn+0x9f/0x1a0 [524854.859027] ? __nf_unregister_net_hook+0x21a/0x260 [524854.859044] ? report_bug+0x1b1/0x1e0 [524854.859060] ? handle_bug+0x3c/0x70 [524854.859071] ? exc_invalid_op+0x17/0x40 [524854.859083] ? asm_exc_invalid_op+0x1a/0x20 [524854.859100] ? __nf_unregister_net_hook+0x6a/0x260 [524854.859116] ? __nf_unregister_net_hook+0x21a/0x260 [524854.859135] nf_tables_netdev_event+0x337/0x390 [nf_tables] [524854.859304] ? __pfx_nf_tables_netdev_event+0x10/0x10 [nf_tables] [524854.859461] ? packet_notifier+0xb3/0x360 [524854.859476] ? _raw_spin_unlock_irqrestore+0x11/0x40 [524854.859489] ? dcbnl_netdevice_event+0x35/0x140 [524854.859507] ? __pfx_nf_tables_netdev_event+0x10/0x10 [nf_tables] [524854.859661] notifier_call_chain+0x7d/0x140 [524854.859677] unregister_netdevice_many_notify+0x5e1/0xae0
In the Linux kernel, the following vulnerability has been resolved: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation Each attribute inside a nested IFLA_VF_VLAN_LIST is assumed to be a struct ifla_vf_vlan_info so the size of such attribute needs to be at least of sizeof(struct ifla_vf_vlan_info) which is 14 bytes. The current size validation in do_setvfinfo is against NLA_HDRLEN (4 bytes) which is less than sizeof(struct ifla_vf_vlan_info) so this validation is not enough and a too small attribute might be cast to a struct ifla_vf_vlan_info, this might result in an out of bands read access when accessing the saved (casted) entry in ivvl.
A flaw was found in the Linux kernel’s Ethernet Controller XL710 family driver. This flaw allows a local user to crash the system.
In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tls_init In tls_init(), a write memory barrier is missing, and store-store reordering may cause NULL dereference in tls_{setsockopt,getsockopt}. CPU0 CPU1 ----- ----- // In tls_init() // In tls_ctx_create() ctx = kzalloc() ctx->sk_proto = READ_ONCE(sk->sk_prot) -(1) // In update_sk_prot() WRITE_ONCE(sk->sk_prot, tls_prots) -(2) // In sock_common_setsockopt() READ_ONCE(sk->sk_prot)->setsockopt() // In tls_{setsockopt,getsockopt}() ctx->sk_proto->setsockopt() -(3) In the above scenario, when (1) and (2) are reordered, (3) can observe the NULL value of ctx->sk_proto, causing NULL dereference. To fix it, we rely on rcu_assign_pointer() which implies the release barrier semantic. By moving rcu_assign_pointer() after ctx->sk_proto is initialized, we can ensure that ctx->sk_proto are visible when changing sk->sk_prot.
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in __ip6_make_skb() As it was done in commit fc1092f51567 ("ipv4: Fix uninit-value access in __ip_make_skb()") for IPv4, check FLOWI_FLAG_KNOWN_NH on fl6->flowi6_flags instead of testing HDRINCL on the socket to avoid a race condition which causes uninit-value access.
An out-of-bounds memory access flaw was found in the Linux kernel’s Wireless WiFi Link Next-Gen AGN driver in how a user removes it. This flaw allows a local user to crash or potentially escalate their privileges on the system.
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: read txq->read_ptr under lock If we read txq->read_ptr without lock, we can read the same value twice, then obtain the lock, and reclaim from there to two different places, but crucially reclaim the same entry twice, resulting in the WARN_ONCE() a little later. Fix that by reading txq->read_ptr under lock.
In the Linux kernel, the following vulnerability has been resolved: net: core: reject skb_copy(_expand) for fraglist GSO skbs SKB_GSO_FRAGLIST skbs must not be linearized, otherwise they become invalid. Return NULL if such an skb is passed to skb_copy or skb_copy_expand, in order to prevent a crash on a potential later call to skb_gso_segment.
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: don't free NULL coalescing rule If the parsing fails, we can dereference a NULL pointer here.
A use-after-free flaw was found in the Linux kernel's network route management. This flaw allows an attacker to alter the behavior of certain network connections.
[REJECTED CVE] A resource management issue exists in the Linux Kernel's virtio module. When request_irq() fails in vp_find_vqs_msix(), the cleanup path incorrectly attempts to free an already released IRQ, resulting in warnings and potential system instability. This issue arises from the mishandling of virtual queue deletion during error handling.
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). In dctcp_update_alpha(), we use a module parameter dctcp_shift_g as follows: alpha -= min_not_zero(alpha, alpha >> dctcp_shift_g); ... delivered_ce <<= (10 - dctcp_shift_g); It seems syzkaller started fuzzing module parameters and triggered shift-out-of-bounds [0] by setting 100 to dctcp_shift_g: memcpy((void*)0x20000080, "/sys/module/tcp_dctcp/parameters/dctcp_shift_g\000", 47); res = syscall(__NR_openat, /*fd=*/0xffffffffffffff9cul, /*file=*/0x20000080ul, /*flags=*/2ul, /*mode=*/0ul); memcpy((void*)0x20000000, "100\000", 4); syscall(__NR_write, /*fd=*/r[0], /*val=*/0x20000000ul, /*len=*/4ul); Let's limit the max value of dctcp_shift_g by param_set_uint_minmax(). With this patch: # echo 10 > /sys/module/tcp_dctcp/parameters/dctcp_shift_g # cat /sys/module/tcp_dctcp/parameters/dctcp_shift_g 10 # echo 11 > /sys/module/tcp_dctcp/parameters/dctcp_shift_g -bash: echo: write error: Invalid argument [0]: UBSAN: shift-out-of-bounds in net/ipv4/tcp_dctcp.c:143:12 shift exponent 100 is too large for 32-bit type 'u32' (aka 'unsigned int') CPU: 0 PID: 8083 Comm: syz-executor345 Not tainted 6.9.0-05151-g1b294a1f3561 #2 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014 Call Trace: <TASK> __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0x201/0x300 lib/dump_stack.c:114 ubsan_epilogue lib/ubsan.c:231 [inline] __ubsan_handle_shift_out_of_bounds+0x346/0x3a0 lib/ubsan.c:468 dctcp_update_alpha+0x540/0x570 net/ipv4/tcp_dctcp.c:143 tcp_in_ack_event net/ipv4/tcp_input.c:3802 [inline] tcp_ack+0x17b1/0x3bc0 net/ipv4/tcp_input.c:3948 tcp_rcv_state_process+0x57a/0x2290 net/ipv4/tcp_input.c:6711 tcp_v4_do_rcv+0x764/0xc40 net/ipv4/tcp_ipv4.c:1937 sk_backlog_rcv include/net/sock.h:1106 [inline] __release_sock+0x20f/0x350 net/core/sock.c:2983 release_sock+0x61/0x1f0 net/core/sock.c:3549 mptcp_subflow_shutdown+0x3d0/0x620 net/mptcp/protocol.c:2907 mptcp_check_send_data_fin+0x225/0x410 net/mptcp/protocol.c:2976 __mptcp_close+0x238/0xad0 net/mptcp/protocol.c:3072 mptcp_close+0x2a/0x1a0 net/mptcp/protocol.c:3127 inet_release+0x190/0x1f0 net/ipv4/af_inet.c:437 __sock_release net/socket.c:659 [inline] sock_close+0xc0/0x240 net/socket.c:1421 __fput+0x41b/0x890 fs/file_table.c:422 task_work_run+0x23b/0x300 kernel/task_work.c:180 exit_task_work include/linux/task_work.h:38 [inline] do_exit+0x9c8/0x2540 kernel/exit.c:878 do_group_exit+0x201/0x2b0 kernel/exit.c:1027 __do_sys_exit_group kernel/exit.c:1038 [inline] __se_sys_exit_group kernel/exit.c:1036 [inline] __x64_sys_exit_group+0x3f/0x40 kernel/exit.c:1036 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xe4/0x240 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x67/0x6f RIP: 0033:0x7f6c2b5005b6 Code: Unable to access opcode bytes at 0x7f6c2b50058c. RSP: 002b:00007ffe883eb948 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7 RAX: ffffffffffffffda RBX: 00007f6c2b5862f0 RCX: 00007f6c2b5005b6 RDX: 0000000000000001 RSI: 000000000000003c RDI: 0000000000000001 RBP: 0000000000000001 R08: 00000000000000e7 R09: ffffffffffffffc0 R10: 0000000000000006 R11: 0000000000000246 R12: 00007f6c2b5862f0 R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000001 </TASK>
[REJECTED CVE] A memory leak vulnerability has been identified in the Linux Kernel's cxl/region module. The issue occurs when an error path in the code fails to release memory allocated to cxlr_pmem, leading to a potential memory leak that could degrade system performance over time.
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix overwriting ct original tuple for ICMPv6 OVS_PACKET_CMD_EXECUTE has 3 main attributes: - OVS_PACKET_ATTR_KEY - Packet metadata in a netlink format. - OVS_PACKET_ATTR_PACKET - Binary packet content. - OVS_PACKET_ATTR_ACTIONS - Actions to execute on the packet. OVS_PACKET_ATTR_KEY is parsed first to populate sw_flow_key structure with the metadata like conntrack state, input port, recirculation id, etc. Then the packet itself gets parsed to populate the rest of the keys from the packet headers. Whenever the packet parsing code starts parsing the ICMPv6 header, it first zeroes out fields in the key corresponding to Neighbor Discovery information even if it is not an ND packet. It is an 'ipv6.nd' field. However, the 'ipv6' is a union that shares the space between 'nd' and 'ct_orig' that holds the original tuple conntrack metadata parsed from the OVS_PACKET_ATTR_KEY. ND packets should not normally have conntrack state, so it's fine to share the space, but normal ICMPv6 Echo packets or maybe other types of ICMPv6 can have the state attached and it should not be overwritten. The issue results in all but the last 4 bytes of the destination address being wiped from the original conntrack tuple leading to incorrect packet matching and potentially executing wrong actions in case this packet recirculates within the datapath or goes back to userspace. ND fields should not be accessed in non-ND packets, so not clearing them should be fine. Executing memset() only for actual ND packets to avoid the issue. Initializing the whole thing before parsing is needed because ND packet may not contain all the options. The issue only affects the OVS_PACKET_CMD_EXECUTE path and doesn't affect packets entering OVS datapath from network interfaces, because in this case CT metadata is populated from skb after the packet is already parsed.
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc() in brcmf_pcie_download_fw_nvram() will return null if the physical memory has run out. As a result, if we use get_random_bytes() to generate random bytes in the randbuf, the null pointer dereference bug will happen. In order to prevent allocation failure, this patch adds a separate function using buffer on kernel stack to generate random bytes in the randbuf, which could prevent the kernel stack from overflow.
In the Linux kernel, the following vulnerability has been resolved: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() In function bond_option_arp_ip_targets_set(), if newval->string is an empty string, newval->string+1 will point to the byte after the string, causing an out-of-bound read. BUG: KASAN: slab-out-of-bounds in strlen+0x7d/0xa0 lib/string.c:418 Read of size 1 at addr ffff8881119c4781 by task syz-executor665/8107 CPU: 1 PID: 8107 Comm: syz-executor665 Not tainted 6.7.0-rc7 #1 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 Call Trace: <TASK> __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0xd9/0x150 lib/dump_stack.c:106 print_address_description mm/kasan/report.c:364 [inline] print_report+0xc1/0x5e0 mm/kasan/report.c:475 kasan_report+0xbe/0xf0 mm/kasan/report.c:588 strlen+0x7d/0xa0 lib/string.c:418 __fortify_strlen include/linux/fortify-string.h:210 [inline] in4_pton+0xa3/0x3f0 net/core/utils.c:130 bond_option_arp_ip_targets_set+0xc2/0x910 drivers/net/bonding/bond_options.c:1201 __bond_opt_set+0x2a4/0x1030 drivers/net/bonding/bond_options.c:767 __bond_opt_set_notify+0x48/0x150 drivers/net/bonding/bond_options.c:792 bond_opt_tryset_rtnl+0xda/0x160 drivers/net/bonding/bond_options.c:817 bonding_sysfs_store_option+0xa1/0x120 drivers/net/bonding/bond_sysfs.c:156 dev_attr_store+0x54/0x80 drivers/base/core.c:2366 sysfs_kf_write+0x114/0x170 fs/sysfs/file.c:136 kernfs_fop_write_iter+0x337/0x500 fs/kernfs/file.c:334 call_write_iter include/linux/fs.h:2020 [inline] new_sync_write fs/read_write.c:491 [inline] vfs_write+0x96a/0xd80 fs/read_write.c:584 ksys_write+0x122/0x250 fs/read_write.c:637 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0x40/0x110 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x63/0x6b ---[ end trace ]--- Fix it by adding a check of string length before using it.
In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() Clang static checker (scan-build) warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null (null dereference). Return '-EOPNOTSUPP' when 'ops->get_ethtool_phy_stats' is NULL to fix this typo error.
In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: * attaching an fentry probe to __sock_release() and the probe calling the bpf_get_socket_cookie() helper * running traceroute -I 1.1.1.1 on a freshly booted VM A KASAN enabled kernel will log something like below (decoded and stripped): ================================================================== BUG: KASAN: slab-use-after-free in __sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29) Read of size 8 at addr ffff888007110dd8 by task traceroute/299 CPU: 2 PID: 299 Comm: traceroute Tainted: G E 6.10.0-rc2+ #2 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.2-debian-1.16.2-1 04/01/2014 Call Trace: <TASK> dump_stack_lvl (lib/dump_stack.c:117 (discriminator 1)) print_report (mm/kasan/report.c:378 mm/kasan/report.c:488) ? __sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29) kasan_report (mm/kasan/report.c:603) ? __sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29) kasan_check_range (mm/kasan/generic.c:183 mm/kasan/generic.c:189) __sock_gen_cookie (./arch/x86/include/asm/atomic64_64.h:15 ./include/linux/atomic/atomic-arch-fallback.h:2583 ./include/linux/atomic/atomic-instrumented.h:1611 net/core/sock_diag.c:29) bpf_get_socket_ptr_cookie (./arch/x86/include/asm/preempt.h:94 ./include/linux/sock_diag.h:42 net/core/filter.c:5094 net/core/filter.c:5092) bpf_prog_875642cf11f1d139___sock_release+0x6e/0x8e bpf_trampoline_6442506592+0x47/0xaf __sock_release (net/socket.c:652) __sock_create (net/socket.c:1601) ... Allocated by task 299 on cpu 2 at 78.328492s: kasan_save_stack (mm/kasan/common.c:48) kasan_save_track (mm/kasan/common.c:68) __kasan_slab_alloc (mm/kasan/common.c:312 mm/kasan/common.c:338) kmem_cache_alloc_noprof (mm/slub.c:3941 mm/slub.c:4000 mm/slub.c:4007) sk_prot_alloc (net/core/sock.c:2075) sk_alloc (net/core/sock.c:2134) inet_create (net/ipv4/af_inet.c:327 net/ipv4/af_inet.c:252) __sock_create (net/socket.c:1572) __sys_socket (net/socket.c:1660 net/socket.c:1644 net/socket.c:1706) __x64_sys_socket (net/socket.c:1718) do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) Freed by task 299 on cpu 2 at 78.328502s: kasan_save_stack (mm/kasan/common.c:48) kasan_save_track (mm/kasan/common.c:68) kasan_save_free_info (mm/kasan/generic.c:582) poison_slab_object (mm/kasan/common.c:242) __kasan_slab_free (mm/kasan/common.c:256) kmem_cache_free (mm/slub.c:4437 mm/slub.c:4511) __sk_destruct (net/core/sock.c:2117 net/core/sock.c:2208) inet_create (net/ipv4/af_inet.c:397 net/ipv4/af_inet.c:252) __sock_create (net/socket.c:1572) __sys_socket (net/socket.c:1660 net/socket.c:1644 net/socket.c:1706) __x64_sys_socket (net/socket.c:1718) do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) Fix this by clearing the struct socket reference in sk_common_release() to cover all protocol families create functions, which may already attached the reference to the sk object with sock_init_data().
In the Linux kernel, the following vulnerability has been resolved: netns: Make get_net_ns() handle zero refcount net Syzkaller hit a warning: refcount_t: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcount_warn_saturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890 Comm: tun Not tainted 6.10.0-rc3-00100-gcaa4f9578aba-dirty #310 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 RIP: 0010:refcount_warn_saturate+0xdf/0x1d0 Code: 41 49 04 31 ff 89 de e8 9f 1e cd fe 84 db 75 9c e8 76 26 cd fe c6 05 b6 41 49 04 01 90 48 c7 c7 b8 8e 25 86 e8 d2 05 b5 fe 90 <0f> 0b 90 90 e9 79 ff ff ff e8 53 26 cd fe 0f b6 1 RSP: 0018:ffff8881067b7da0 EFLAGS: 00010286 RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffffff811c72ac RDX: ffff8881026a2140 RSI: ffffffff811c72b5 RDI: 0000000000000001 RBP: ffff8881067b7db0 R08: 0000000000000000 R09: 205b5d3730353139 R10: 0000000000000000 R11: 205d303938375420 R12: ffff8881086500c4 R13: ffff8881086500c4 R14: ffff8881086500b0 R15: ffff888108650040 FS: 00007f5b2961a4c0(0000) GS:ffff88823bd00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 000055d7ed36fd18 CR3: 00000001482f6000 CR4: 00000000000006f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> ? show_regs+0xa3/0xc0 ? __warn+0xa5/0x1c0 ? refcount_warn_saturate+0xdf/0x1d0 ? report_bug+0x1fc/0x2d0 ? refcount_warn_saturate+0xdf/0x1d0 ? handle_bug+0xa1/0x110 ? exc_invalid_op+0x3c/0xb0 ? asm_exc_invalid_op+0x1f/0x30 ? __warn_printk+0xcc/0x140 ? __warn_printk+0xd5/0x140 ? refcount_warn_saturate+0xdf/0x1d0 get_net_ns+0xa4/0xc0 ? __pfx_get_net_ns+0x10/0x10 open_related_ns+0x5a/0x130 __tun_chr_ioctl+0x1616/0x2370 ? __sanitizer_cov_trace_switch+0x58/0xa0 ? __sanitizer_cov_trace_const_cmp2+0x1c/0x30 ? __pfx_tun_chr_ioctl+0x10/0x10 tun_chr_ioctl+0x2f/0x40 __x64_sys_ioctl+0x11b/0x160 x64_sys_call+0x1211/0x20d0 do_syscall_64+0x9e/0x1d0 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7f5b28f165d7 Code: b3 66 90 48 8b 05 b1 48 2d 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 81 48 2d 00 8 RSP: 002b:00007ffc2b59c5e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f5b28f165d7 RDX: 0000000000000000 RSI: 00000000000054e3 RDI: 0000000000000003 RBP: 00007ffc2b59c650 R08: 00007f5b291ed8c0 R09: 00007f5b2961a4c0 R10: 0000000029690010 R11: 0000000000000246 R12: 0000000000400730 R13: 00007ffc2b59cf40 R14: 0000000000000000 R15: 0000000000000000 </TASK> Kernel panic - not syncing: kernel: panic_on_warn set ... This is trigger as below: ns0 ns1 tun_set_iff() //dev is tun0 tun->dev = dev //ip link set tun0 netns ns1 put_net() //ref is 0 __tun_chr_ioctl() //TUNGETDEVNETNS net = dev_net(tun->dev); open_related_ns(&net->ns, get_net_ns); //ns1 get_net_ns() get_net() //addition on 0 Use maybe_get_net() in get_net_ns in case net's ref is zero to fix this
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL deref in fib6_nh_init() syzbot reminds us that in6_dev_get() can return NULL. fib6_nh_init() ip6_validate_gw( &idev ) ip6_route_check_nh( idev ) *idev = in6_dev_get(dev); // can be NULL Oops: general protection fault, probably for non-canonical address 0xdffffc00000000bc: 0000 [#1] PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range [0x00000000000005e0-0x00000000000005e7] CPU: 0 PID: 11237 Comm: syz-executor.3 Not tainted 6.10.0-rc2-syzkaller-00249-gbe27b8965297 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 06/07/2024 RIP: 0010:fib6_nh_init+0x640/0x2160 net/ipv6/route.c:3606 Code: 00 00 fc ff df 4c 8b 64 24 58 48 8b 44 24 28 4c 8b 74 24 30 48 89 c1 48 89 44 24 28 48 8d 98 e0 05 00 00 48 89 d8 48 c1 e8 03 <42> 0f b6 04 38 84 c0 0f 85 b3 17 00 00 8b 1b 31 ff 89 de e8 b8 8b RSP: 0018:ffffc900032775a0 EFLAGS: 00010202 RAX: 00000000000000bc RBX: 00000000000005e0 RCX: 0000000000000000 RDX: 0000000000000010 RSI: ffffc90003277a54 RDI: ffff88802b3a08d8 RBP: ffffc900032778b0 R08: 00000000000002fc R09: 0000000000000000 R10: 00000000000002fc R11: 0000000000000000 R12: ffff88802b3a08b8 R13: 1ffff9200064eec8 R14: ffffc90003277a00 R15: dffffc0000000000 FS: 00007f940feb06c0(0000) GS:ffff8880b9400000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000000000000 CR3: 00000000245e8000 CR4: 00000000003506f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> ip6_route_info_create+0x99e/0x12b0 net/ipv6/route.c:3809 ip6_route_add+0x28/0x160 net/ipv6/route.c:3853 ipv6_route_ioctl+0x588/0x870 net/ipv6/route.c:4483 inet6_ioctl+0x21a/0x280 net/ipv6/af_inet6.c:579 sock_do_ioctl+0x158/0x460 net/socket.c:1222 sock_ioctl+0x629/0x8e0 net/socket.c:1341 vfs_ioctl fs/ioctl.c:51 [inline] __do_sys_ioctl fs/ioctl.c:907 [inline] __se_sys_ioctl+0xfc/0x170 fs/ioctl.c:893 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7f940f07cea9
Loading 11.6 MB of JSON…
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.